chore: button text changed

This commit is contained in:
Raju Udava
2024-11-19 06:23:19 +00:00
parent 2dc71ff9ac
commit c2467d0c25
2 changed files with 179 additions and 1 deletions

View File

@@ -607,7 +607,7 @@ watch(
class="nc-extdb-btn-submit"
@click="createOrUpdateIntegration"
>
{{ pageMode === IntegrationsPageMode.ADD ? 'Create connection' : 'Modify connection' }}
{{ pageMode === IntegrationsPageMode.ADD ? 'Create connection' : 'Update connection' }}
</NcButton>
<NcButton size="small" type="text" @click="vOpen = false">
<GeneralIcon icon="close" class="text-gray-600" />