We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bd8e7 commit d4688d8Copy full SHA for d4688d8
src/scripts/clipperUI/panels/regionSelectingPanel.tsx
@@ -25,7 +25,7 @@ class RegionSelectingPanelClass extends ComponentBase<{}, ClipperStateProp> {
25
<div className="wideButtonContainer">
26
<span className="wideButtonFont wideActionButton"
27
style={Localization.getFontFamilyAsStyle(Localization.FontFamily.Semibold)}>
28
- {Localization.getLocalizedString("WebClipper.Action.Cancel") }
+ {Localization.getLocalizedString("WebClipper.Action.BackToHome") }
29
</span>
30
</div>
31
</a>
0 commit comments