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

Commit 2bdf2be

Browse files
committed
Changed the overlay's "Save" button label to "Done"
As it never actually saved anything, at least not to the database. Whereas "Done", suggests that the editor is done with editing the current content panel.
1 parent 921efa2 commit 2bdf2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
$scope.overlay = {};
5454
$scope.overlay.show = true;
5555
$scope.overlay.title = overlayTitle;
56-
$scope.overlay.submitButtonLabelKey = "buttons_save";
56+
$scope.overlay.submitButtonLabelKey = "bulk_done";
5757
$scope.overlay.view =
5858
umbRequestHelper.convertVirtualToAbsolutePath(
5959
"~/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html");

0 commit comments

Comments
 (0)