diff --git a/packages/nc-gui/components/dlg/ExpandTable.vue b/packages/nc-gui/components/dlg/ExpandTable.vue index c72d48914a..582a0f9046 100644 --- a/packages/nc-gui/components/dlg/ExpandTable.vue +++ b/packages/nc-gui/components/dlg/ExpandTable.vue @@ -35,20 +35,19 @@ const close = () => { v-model:visible="dialogShow" :show-separator="false" :header="$t('activity.createTable')" - size="medium" + size="small" @keydown.esc="dialogShow = false" > - -
-
- To fit your pasted data into the table, we need to add - {{ rows }} more records. + +
+ The data you pasted will update {{ affectedRows }} records in subsequent pages.
@@ -61,38 +60,36 @@ const close = () => { }" :value="true" > -
- Expand the table - - so that all of the pasted cells will fit. +
+ Expand + table to accommodate all pasted cells
- Don’t expand the table. - - Values outside of the table will not be pasted. +
+ Don't expand + the table. Values beyond the table's current size will be skipped. +
- -
-
- - {{ $t('labels.cancel') }} - -
-
- - {{ $t('labels.continue') }} - -
+
+
+
+ + {{ $t('labels.cancel') }} + +
+
+ + {{ $t('labels.continue') }} +