skttl / Umbraco.SvgIconPicker

A property editor for picking a symbol in an SVG sprite.
MIT License
4 stars 5 forks source link

Dialog title is never set #14

Open lynnewritescode opened 4 years ago

lynnewritescode commented 4 years ago
if (!$scope.model.title) {
      $scope.model.title = localizationService.localize(
        'defaultdialogs_selectIcon'
      );
}

The title never gets set, I think this is to do with the localization service in umbraco 8. So currently the title in the dialog just appears like this:

image