From 8c3c011480cef79061f7a870074fd339f2ae21a0 Mon Sep 17 00:00:00 2001 From: EVOTk <45015615+EVOTk@users.noreply.github.com> Date: Thu, 12 Aug 2021 19:00:25 +0200 Subject: [PATCH] Update en.json --- src/assets/locales/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index f52aa0ab..0132e315 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -147,5 +147,11 @@ "backup-error-password": "Incorrect password. Please enter your current password.", "backup-success-msg": "Completed Successfully", "restore-success-msg": "Config Restored Successfully" + }, + "menu": { + "sametab": "Open in Current Tab", + "newtab": "Open in New Tab", + "modal": "Open in Pop-Up Modal", + "workspace": "Open in Workspace View" } -} \ No newline at end of file +}