]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: schedule sim: rename 'OK' button to 'Done'
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Jan 2023 09:44:39 +0000 (10:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Jan 2023 09:44:41 +0000 (10:44 +0100)
As Ok is mostly sensible for acknowledging informational or notice
pop-ups

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/ScheduleSimulator.js

index 9151d58e37a4197bc5772b3fc8fae9178a5a80d6..f124b0e9bca400afbc8729766592eee940211ce1 100644 (file)
@@ -132,7 +132,7 @@ Ext.define('PVE.window.ScheduleSimulator', {
 
     buttons: [
        {
-           text: gettext('OK'),
+           text: gettext('Done'),
            handler: 'close',
        },
     ],