Skip to content

Commit f7d8f9e

Browse files
authored
Merge pull request #326 from OneNoteDev/bug/rename-cancel
Use the "Back" string for the region clip dialog
2 parents a12c5b0 + d4688d8 commit f7d8f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/clipperUI/panels/regionSelectingPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RegionSelectingPanelClass extends ComponentBase<{}, ClipperStateProp> {
2525
<div className="wideButtonContainer">
2626
<span className="wideButtonFont wideActionButton"
2727
style={Localization.getFontFamilyAsStyle(Localization.FontFamily.Semibold)}>
28-
{Localization.getLocalizedString("WebClipper.Action.Cancel") }
28+
{Localization.getLocalizedString("WebClipper.Action.BackToHome") }
2929
</span>
3030
</div>
3131
</a>

0 commit comments

Comments
 (0)