Skip to content

Commit

Permalink
flow clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Jan 11, 2024
1 parent b9e6bdb commit 96a6fd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ const ContactFieldList = () => {
listIcon={listIcon}
button={{
show: true,
label: t('Add contact field'),
label: t('Create Contact field'),
symbol: '+',
action: () => {
setOpenDialog(true);
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const SheetIntegrationList = () => {
{...queries}
{...columnAttributes}
additionalAction={additionalAction}
button={{ show: true, label: t('Add Sheet'), symbol: '+' }}
button={{ show: true, label: t('Create Sheet'), symbol: '+' }}
/>
</>
);
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"Input name": "Input name",
"Are you sure you want to delete this contact field record?": "Are you sure you want to delete this contact field record?",
"Contact Variables": "Contact Variables",
"Add contact field": "Add contact field",
"Create Contact field": "Create Contact field",
"Back to flows": "Back to flows",
"Contacts have been updated": "Contacts have been updated",
"Upload contacts": "Upload contacts",
Expand Down Expand Up @@ -342,7 +342,7 @@
"Last synced": "Last synced",
"You won't be able to use this sheet.": "You won't be able to use this sheet.",
"Google sheets": "Google sheets",
"Add Sheet": "Add Sheet",
"Create Sheet": "Create Sheet",
"Complete access to all the parts of the platform.": "Complete access to all the parts of the platform.",
"Complete access to the platform except settings and staff management.": "Complete access to the platform except settings and staff management.",
"Access only to the chat section and their collections. Access can be limited to chatting\n with all contacts or only to the ones in their assigned collection.": "Access only to the chat section and their collections. Access can be limited to chatting\n with all contacts or only to the ones in their assigned collection.",
Expand Down

0 comments on commit 96a6fd5

Please sign in to comment.