aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-typed-msg.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pending-typed-msg.js')
-rw-r--r--ui/app/components/pending-typed-msg.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/components/pending-typed-msg.js b/ui/app/components/pending-typed-msg.js
index 3d473f47d..ccde5e8af 100644
--- a/ui/app/components/pending-typed-msg.js
+++ b/ui/app/components/pending-typed-msg.js
@@ -34,12 +34,12 @@ PendingMsg.prototype.render = function () {
// sign + cancel
h('.flex-row.flex-space-around', [
- h('button', {
+ h('button.allcaps', {
onClick: state.cancelTypedMessage,
- }, t('cancelCaps')),
- h('button', {
+ }, t('cancel')),
+ h('button.allcaps', {
onClick: state.signTypedMessage,
- }, t('signCaps')),
+ }, t('sign')),
]),
])