Skip to content

Commit 7f9b87c

Browse files
committed
Update localized string keys
1 parent b0c1443 commit 7f9b87c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Modules/Sources/WordPressUI/Views/Users/Views/UserDetailView.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,49 +85,49 @@ struct UserDetailView: View {
8585

8686
enum Strings {
8787
static let accountManagementSectionTitle = NSLocalizedString(
88-
"userdetail.account-management-section-title",
88+
"userdetail.accountManagementSectionTitle",
8989
value: "Account Management",
9090
comment: "The 'Account Management' section of the user profile – matches what's in /wp-admin/profile.php"
9191
)
9292

9393
static let roleFieldTitle = NSLocalizedString(
94-
"userdetail.role-field-title",
94+
"userdetail.roleFieldTitle",
9595
value: "Role",
9696
comment: "The 'Role' field of the user profile – matches what's in /wp-admin/profile.php"
9797
)
9898

9999
static let emailAddressFieldTitle = NSLocalizedString(
100-
"userdetail.email-address-field-title",
100+
"userdetail.emailAddressFieldTitle",
101101
value: "Email Address",
102102
comment: "The 'Email' field of the user profile – matches what's in /wp-admin/profile.php"
103103
)
104104

105105
static let websiteFieldTitle = NSLocalizedString(
106-
"userdetail.website-field-title",
106+
"userdetail.websiteFieldTitle",
107107
value: "Website",
108108
comment: "The 'Website' field of the user profile – matches what's in /wp-admin/profile.php"
109109
)
110110

111111
static let bioFieldTitle = NSLocalizedString(
112-
"userdetail.bio-field-title",
112+
"userdetail.bioFieldTitle",
113113
value: "Biographical Info",
114114
comment: "The 'Biographical Info' field of the user profile – matches what's in /wp-admin/profile.php"
115115
)
116116

117117
static let setNewPasswordActionTitle = NSLocalizedString(
118-
"userdetail.set-new-password-action-title",
118+
"userdetail.setNewPasswordActionTitle",
119119
value: "Set New Password",
120120
comment: "The 'Set New Password' button on the user profile – matches what's in /wp-admin/profile.php"
121121
)
122122

123123
static let sendPasswordResetEmailActionTitle = NSLocalizedString(
124-
"userdetail.send-password-reset-email-action-title",
124+
"userdetail.sendPasswordResetEmailActionTitle",
125125
value: "Send Password Reset Email",
126126
comment: "The 'Send Password Reset Email' button on the user profile – matches what's in /wp-admin/profile.php"
127127
)
128128

129129
static let deleteUserActionTitle = NSLocalizedString(
130-
"userdetail.delete-user-action-title",
130+
"userdetail.deleteUserActionTitle",
131131
value: "Delete User",
132132
comment: "The 'Delete User' button on the user profile – matches what's in /wp-admin/profile.php"
133133
)

0 commit comments

Comments
 (0)