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:
infiinte-persistence 2020-10-07 20:58:38 +08:00 committed by Sean Yesmunt
parent 4294e0109a
commit 6198ab57de

View file

@ -339,7 +339,7 @@ function PublishForm(props: Props) {
<Button
key={index}
icon={modeName}
label={modeName}
label={__(String(modeName))}
button="alt"
onClick={() => {
setMode(modeName);