Changed Correctly
I did this as a pull request earlier and then I edited some other stuff in my repo and it added that also. This is a working change.
This commit is contained in:
parent
c9f5813b81
commit
804178dd58
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ function PublishForm(props: Props) {
|
||||||
|
|
||||||
let submitLabel;
|
let submitLabel;
|
||||||
if (isStillEditing) {
|
if (isStillEditing) {
|
||||||
submitLabel = !publishing ? __('Edit') : __('Editing...');
|
submitLabel = !publishing ? __('Save') : __('Saving...');
|
||||||
} else {
|
} else {
|
||||||
submitLabel = !publishing ? __('Publish') : __('Publishing...');
|
submitLabel = !publishing ? __('Publish') : __('Publishing...');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue