Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0c7040e

Browse files
committed
Missed one
1 parent ced68f2 commit 0c7040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async-components/views/dialogs/ImportE2eKeysDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default React.createClass({
168168
disabled={!this.state.enableSubmit || disableForm}
169169
/>
170170
<button onClick={this._onCancelClick} disabled={disableForm}>
171-
Cancel
171+
{_t("Cancel")}
172172
</button>
173173
</div>
174174
</form>

0 commit comments

Comments
 (0)