mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 21:56:51 +00:00
chore: button text changed
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user