mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(settings): Name for scope button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
18a2391cab
commit
a9fdc52f69
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
:close-after-click="true"
|
||||
:disabled="!isSupportedScope"
|
||||
:icon="iconClass"
|
||||
:title="displayName"
|
||||
:name="displayName"
|
||||
@click.stop.prevent="updateScope">
|
||||
{{ isSupportedScope ? tooltip : tooltipDisabled }}
|
||||
</NcActionButton>
|
||||
|
|
|
|||
Loading…
Reference in a new issue