From b045b1663808bd5c55afb1c5ccb88edca2dafc75 Mon Sep 17 00:00:00 2001 From: Shun Miyazawa Date: Mon, 23 Dec 2024 16:22:58 +0000 Subject: [PATCH] Fix translation placement for "Show my created apps only" --- web/i18n/en-US/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index 2b5ef8dd3316ce..e8d43afebfdabc 100644 --- a/web/i18n/en-US/app.ts +++ b/web/i18n/en-US/app.ts @@ -168,8 +168,8 @@ const translation = { removeConfirmTitle: 'Remove {{key}} configuration?', removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.', }, - showMyCreatedAppsOnly: 'Show my created apps only', }, + showMyCreatedAppsOnly: 'Show my created apps only', } export default translation