Adjust upload label
This commit is contained in:
parent
a2a795ae77
commit
f974383e7b
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ function UploadForm(props: Props) {
|
|||
if (isStillEditing || inEditMode) {
|
||||
submitLabel = __('Saving...');
|
||||
} else {
|
||||
submitLabel = __('Creating...');
|
||||
submitLabel = __('Preparing...');
|
||||
}
|
||||
} else if (previewing) {
|
||||
submitLabel = <Spinner type="small" />;
|
||||
|
@ -248,7 +248,7 @@ function UploadForm(props: Props) {
|
|||
if (isStillEditing || inEditMode) {
|
||||
submitLabel = __('Save');
|
||||
} else {
|
||||
submitLabel = __('Create');
|
||||
submitLabel = __('Upload');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue