Skip to content

Commit

Permalink
change button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mkm17 committed Dec 10, 2023
1 parent cabb2e1 commit 81531c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/constants/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class Constants {
public static readonly ToolbarSelector = '[data-canvas-control="toolbar"]';
public static readonly CancelIconName = 'Cancel';
public static readonly InfoIconName = 'Info';
public static readonly CopyIconName = 'Copy';
public static readonly CopyIconName = 'Save';
public static readonly AddIconName = 'Add';
public static readonly SectionDefaultIconName = 'ArrangeBringForward';
public static readonly AcceptIconName = 'AcceptMedium';
Expand Down
16 changes: 8 additions & 8 deletions src/extensions/pageSections/loc/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ define([], function () {
return {
"CopySectionButtonClickError": "'Cannot get section content'",
"CannotSaveSectionError": "Cannot save section",
"CopySectionButtonTitle": "Copy Section",
"CopySectionPanelTitle": "Copy Section",
"CopySectionFormTitle": "New Section Title",
"CopySectionFormDescription": "New Section Description",
"CopySectionFormClearIconTitle": "Clear Icon",
"CopySectionButtonTitle": "Save section",
"CopySectionPanelTitle": "Save section",
"CopySectionFormTitle": "New section title",
"CopySectionFormDescription": "New section description",
"CopySectionFormClearIconTitle": "Clear icon",
"PanelAcceptButtonLabel": "Accept",
"PanelCancelButtonLabel": "Cancel",

"AddSectionSiteChoiceGroupLabel": "Pick Site Section",
"AddSectionGlobalChoiceGroupLabel": "Pick Global section",
"AddSectionButtonLabel": "Add Section",
"AddSectionSiteChoiceGroupLabel": "Pick site section",
"AddSectionGlobalChoiceGroupLabel": "Pick global section",
"AddSectionButtonLabel": "Add section",
"AddSectionError": "Error adding section",
"AddSectionFunctionError": "Error triggering add section:",
"SectionSelectionWarning": "Selected section not found.",
Expand Down

0 comments on commit 81531c6

Please sign in to comment.