diff --git a/Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarAction.swift b/Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarAction.swift index 98f3ad1f..29bfb575 100644 --- a/Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarAction.swift +++ b/Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarAction.swift @@ -20,13 +20,13 @@ enum AvatarAction: String, CaseIterable, Identifiable { switch self { case .delete: SDKLocalizedString( - "AvatarAction.delete", + "AvatarPicker.AvatarAction.delete", value: "Delete", comment: "An option in the avatar menu that deletes the avatar" ) case .share: SDKLocalizedString( - "AvatarAction.share", + "AvatarPicker.AvatarAction.share", value: "Share", comment: "An option in the avatar menu that shares the avatar" )