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";