Skip to content

Commit

Permalink
Update loc key
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol committed Nov 20, 2024
1 parent fc1a8cb commit 0687201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/GravatarUI/SwiftUI/AvatarPicker/AvatarAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 0687201

Please sign in to comment.