Announce loading group create
This commit is contained in:
parent
e0bae9a47c
commit
b619d2ee5c
1 changed files with 3 additions and 1 deletions
|
@ -237,7 +237,9 @@ export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<LeftPaneSetGr
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{this.isCreating ? (
|
{this.isCreating ? (
|
||||||
<Spinner size="20px" svgSize="small" direction="on-avatar" />
|
<span aria-label={i18n('icu:loading')} role="status">
|
||||||
|
<Spinner size="20px" svgSize="small" direction="on-avatar" />
|
||||||
|
</span>
|
||||||
) : (
|
) : (
|
||||||
i18n('icu:setGroupMetadata__create-group')
|
i18n('icu:setGroupMetadata__create-group')
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue