You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/edit.tt
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -349,10 +349,7 @@
349
349
350
350
[%
351
351
IF editable AND NOT edit_modal;
352
-
modal_description = "There are unsaved values from the last time you edited
353
-
" _ layout.record_name_with_article _ ". Would you like to restore the
354
-
values into this " _ layout.record_name _ "? The values will not be saved
355
-
until you submit this " _ layout.record_name _ ".";
352
+
modal_description = "Would you like to restore values to the following fields? The values will not be saved until you submit this " _ layout.record_name _ ".";
0 commit comments