Skip to content

Commit

Permalink
Missed this string
Browse files Browse the repository at this point in the history
I need eagle eyes
  • Loading branch information
cheeaun committed Sep 7, 2024
1 parent 4caa304 commit 44c8b64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/account-info.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ function EditProfileSheet({ onClose = () => {} }) {
>
<p>
<label>
Name{' '}
<Trans>Name</Trans>{' '}
<input
type="text"
name="display_name"
Expand Down
9 changes: 5 additions & 4 deletions src/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,11 @@ msgstr ""
msgid "Unable to update profile."
msgstr ""

#: src/components/account-info.jsx:2149
#: src/components/list-add-edit.jsx:102
msgid "Name"
msgstr ""

#: src/components/account-info.jsx:2162
msgid "Bio"
msgstr ""
Expand Down Expand Up @@ -1115,10 +1120,6 @@ msgstr ""
msgid "Unable to create list."
msgstr ""

#: src/components/list-add-edit.jsx:102
msgid "Name"
msgstr ""

#: src/components/list-add-edit.jsx:122
msgid "Show replies to list members"
msgstr ""
Expand Down

0 comments on commit 44c8b64

Please sign in to comment.