ButtonLoading: change text
This commit is contained in:
parent
5048d7e8d7
commit
099fe2646e
@ -19,7 +19,7 @@ export function ButtonLoading(props: Props) {
|
||||
<button disabled type="button" className={styles['button-submit']} {...props}>
|
||||
<div className={styles['loading-wrapper']}>
|
||||
<Spinner alt="spinner" className={styles['spinner-icon']} />
|
||||
Загрузка...
|
||||
Подождите...
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user