mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Missed this "Post"
This commit is contained in:
parent
29822cbf2d
commit
71a694b74e
2 changed files with 2 additions and 1 deletions
1
src/locales/en.po
generated
1
src/locales/en.po
generated
|
@ -3550,6 +3550,7 @@ msgid "NOTE: Push notifications only work for <0>one account</0>."
|
|||
msgstr ""
|
||||
|
||||
#: src/pages/status.jsx:567
|
||||
#: src/pages/status.jsx:1097
|
||||
msgid "Post"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -1094,7 +1094,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
|
|||
</>
|
||||
) : (
|
||||
<>
|
||||
Post{' '}
|
||||
<Trans>Post</Trans>{' '}
|
||||
<button
|
||||
type="button"
|
||||
class="ancestors-indicator light small"
|
||||
|
|
Loading…
Reference in a new issue