String: fix untranslated 'File|Post' tab
Both "File" and "Post" are already added in the database, so this should now work.
This commit is contained in:
parent
4294e0109a
commit
6198ab57de
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ function PublishForm(props: Props) {
|
|||
<Button
|
||||
key={index}
|
||||
icon={modeName}
|
||||
label={modeName}
|
||||
label={__(String(modeName))}
|
||||
button="alt"
|
||||
onClick={() => {
|
||||
setMode(modeName);
|
||||
|
|
Loading…
Add table
Reference in a new issue