From fc1a8cbbd5598eb1bf7f10b992f0e5ea1520d3fa Mon Sep 17 00:00:00 2001 From: Pinar Olguc Date: Wed, 20 Nov 2024 16:41:36 +0300 Subject: [PATCH] Update strings in base locale --- Sources/GravatarUI/Resources/en.lproj/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/GravatarUI/Resources/en.lproj/Localizable.strings b/Sources/GravatarUI/Resources/en.lproj/Localizable.strings index 6a14d377..6628f886 100644 --- a/Sources/GravatarUI/Resources/en.lproj/Localizable.strings +++ b/Sources/GravatarUI/Resources/en.lproj/Localizable.strings @@ -1,8 +1,8 @@ /* An option in the avatar menu that deletes the avatar */ -"AvatarAction.delete" = "Delete"; +"AvatarPicker.AvatarAction.delete" = "Delete"; /* An option in the avatar menu that shares the avatar */ -"AvatarAction.share" = "Share"; +"AvatarPicker.AvatarAction.share" = "Share"; /* Title of a message advising the user that something went wrong while trying to log in. */ "AvatarPicker.ContentLoading.Failure.LogInError.title" = "Login required";