Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
ebd14ee9
Commit
ebd14ee9
authored
Jan 18, 2019
by
Luke Schoen
Browse files
fix: Rename Cancel to Back
parent
32b6f35d
Changes
10
Hide whitespace changes
Inline
Side-by-side
packages/fether-react/src/Accounts/CreateAccount/AccountCopyPhrase/AccountCopyPhrase.js
View file @
ebd14ee9
...
...
@@ -57,7 +57,7 @@ class AccountCopyPhrase extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountImportOptions/AccountImportOptions.js
View file @
ebd14ee9
...
...
@@ -213,7 +213,7 @@ class AccountImportOptions extends Component {
<
p
>
{
error
}
<
/p
>
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
onClick
=
{
history
.
goBack
}
>
<
button
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
>
Back
<
/button
>
)}
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js
View file @
ebd14ee9
...
...
@@ -97,7 +97,7 @@ class AccountName extends Component {
)}
<
/div
>
<
div
className
=
'
account_change_blockies
'
>
<
button
className
=
'
button -
cancel
'
onClick
=
{
generateNewAccount
}
>
<
button
className
=
'
button -
back
'
onClick
=
{
generateNewAccount
}
>
Generate
another
icon
<
/button
>
<
/div
>
...
...
@@ -132,7 +132,7 @@ class AccountName extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountPassword/AccountPassword.js
View file @
ebd14ee9
...
...
@@ -107,7 +107,7 @@ class AccountPassword extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountRewritePhrase/AccountRewritePhrase.js
View file @
ebd14ee9
...
...
@@ -72,7 +72,7 @@ class AccountRewritePhrase extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/BackupAccount/BackupAccount.js
View file @
ebd14ee9
...
...
@@ -94,7 +94,7 @@ class BackupAccount extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Send/ScanSignedTx/ScanSignedTx.js
View file @
ebd14ee9
...
...
@@ -83,7 +83,7 @@ class ScanSignedTx extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Send/TxQrCode/TxQrCode.js
View file @
ebd14ee9
...
...
@@ -70,7 +70,7 @@ class TxQrCode extends Component {
/
>
<
nav
className
=
'
form-nav -space-around
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Send/Unlock/Unlock.js
View file @
ebd14ee9
...
...
@@ -104,11 +104,11 @@ class Unlock extends Component {
<
nav
className
=
'
form-nav -binary
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
Cancel
Back
<
/button
>
<
button
...
...
packages/fether-react/src/assets/sass/shared/_button.scss
View file @
ebd14ee9
...
...
@@ -101,7 +101,7 @@
}
}
&
.-
cancel
{
&
.-
back
{
font-size
:
ms
(
-2
);
border-width
:
0
;
background-color
:
$faint
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment