mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Missed this string
I need eagle eyes
This commit is contained in:
parent
4caa304ea1
commit
44c8b64b66
2 changed files with 6 additions and 5 deletions
|
@ -2146,7 +2146,7 @@ function EditProfileSheet({ onClose = () => {} }) {
|
|||
>
|
||||
<p>
|
||||
<label>
|
||||
Name{' '}
|
||||
<Trans>Name</Trans>{' '}
|
||||
<input
|
||||
type="text"
|
||||
name="display_name"
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue