Merge pull request #36219 from nextcloud/fix/correction-35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings

Correct title for button on federation actions button
This commit is contained in:
Joas Schilling 2023-01-18 20:05:36 +01:00 committed by GitHub
commit 950b71c6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -29,6 +29,7 @@
:icon="iconClass"
:title="isSupportedScope ? tooltip : tooltipDisabled"
@click.stop.prevent="updateScope">
{{ isSupportedScope ? tooltip : tooltipDisabled }}
</NcActionButton>
</template>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long