Adjust uploading label

This commit is contained in:
Raphael Wickihalder 2022-07-12 16:27:25 +02:00
parent f974383e7b
commit dde9f07ed9
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -240,7 +240,7 @@ function UploadForm(props: Props) {
if (isStillEditing || inEditMode) {
submitLabel = __('Saving...');
} else {
submitLabel = __('Preparing...');
submitLabel = __('Uploading...');
}
} else if (previewing) {
submitLabel = <Spinner type="small" />;