From e0431aed28a2a974e2e9a9251685d212be56d9ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=97=A4?= <100684884+Fuji-P@users.noreply.github.com>
Date: Mon, 10 Apr 2023 10:23:56 +0900
Subject: [PATCH] =?UTF-8?q?fix=20issue=20#10195=20=E8=A8=AD=E5=AE=9A?=
 =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=83=E3=82=AF=E3=82=A2=E3=83=83=E3=83=97?=
 =?UTF-8?q?=20=E3=81=AE=E3=80=8C=E5=89=8A=E9=99=A4=E3=80=8D=E3=81=AE?=
 =?UTF-8?q?=E6=96=87=E5=AD=97=E3=81=8C=E3=81=AA=E3=81=84=20(#10559)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: 藤 <nyaguri0417@gmail.com>
---
 packages/frontend/src/pages/settings/preferences-backups.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/pages/settings/preferences-backups.vue b/packages/frontend/src/pages/settings/preferences-backups.vue
index 28e39236f7..092b9a9cc8 100644
--- a/packages/frontend/src/pages/settings/preferences-backups.vue
+++ b/packages/frontend/src/pages/settings/preferences-backups.vue
@@ -399,7 +399,7 @@ function menu(ev: MouseEvent, profileId: string) {
 		icon: 'ti ti-device-floppy',
 		action: () => save(profileId),
 	}, null, {
-		text: ts._preferencesBackups.delete,
+		text: ts.delete,
 		icon: 'ti ti-trash',
 		action: () => deleteProfile(profileId),
 		danger: true,