Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 3253f28

Browse files
committed
umbOverlay tweaks
1 parent 86887c5 commit 3253f28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Our.Umbraco.DocTypeGridEditor.Resources.DocTypeGridEditorResources",
1010
"umbRequestHelper",
1111

12-
function ($scope, $rootScope, $timeout, $routeParams, editorState, assetsService, dtgeResources, umbRequestHelper) {
12+
function ($scope, $rootScope, $timeout, $routeParams, editorState, assetsService, dtgeResources, umbRequestHelper) {
1313

1414
$scope.title = "Click to insert item";
1515
$scope.icon = "icon-item-arrangement";
@@ -42,6 +42,8 @@
4242

4343
$scope.overlay = {};
4444
$scope.overlay.show = true;
45+
$scope.overlay.title = "Edit item";
46+
$scope.overlay.submitButtonLabelKey = "buttons_save";
4547
$scope.overlay.view =
4648
umbRequestHelper.convertVirtualToAbsolutePath(
4749
"~/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html");

0 commit comments

Comments
 (0)