diff options
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 01201f69..09d5a545 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -14,10 +14,12 @@ } }, "actions": { + "apply": "Apply", "confirm": "Are you sure you want to proceed with the action.", "delete_confirm": "Are you sure you want to delete ${object}", "disable_confirm": "Are you sure you want to disable ${object}", - "enable_confirm": "Are you sure you want to enable ${object}" + "enable_confirm": "Are you sure you want to enable ${object}", + "title": "Actions" }, "association": { "add": { |