mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 19:31:48 +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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/pages/status.jsx:567
|
#: src/pages/status.jsx:567
|
||||||
|
#: src/pages/status.jsx:1097
|
||||||
msgid "Post"
|
msgid "Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -1094,7 +1094,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
Post{' '}
|
<Trans>Post</Trans>{' '}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="ancestors-indicator light small"
|
class="ancestors-indicator light small"
|
||||||
|
|
Loading…
Reference in a new issue