mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
Merge pull request #1574 from MetaMask/internfix
Wording fix for notice button
This commit is contained in:
commit
8af41f1b05
@ -10,7 +10,7 @@ QUnit.test('render init screen', function (assert) {
|
|||||||
app = $('#app-content').contents()
|
app = $('#app-content').contents()
|
||||||
const recurseNotices = function () {
|
const recurseNotices = function () {
|
||||||
let button = app.find('button')
|
let button = app.find('button')
|
||||||
if (button.html() === 'Continue') {
|
if (button.html() === 'Accept') {
|
||||||
let termsPage = app.find('.markdown')[0]
|
let termsPage = app.find('.markdown')[0]
|
||||||
termsPage.scrollTop = termsPage.scrollHeight
|
termsPage.scrollTop = termsPage.scrollHeight
|
||||||
return wait().then(() => {
|
return wait().then(() => {
|
||||||
|
@ -11,7 +11,7 @@ QUnit.test('render init screen', function (assert) {
|
|||||||
|
|
||||||
const recurseNotices = function () {
|
const recurseNotices = function () {
|
||||||
let button = app.find('button')
|
let button = app.find('button')
|
||||||
if (button.html() === 'Continue') {
|
if (button.html() === 'Accept') {
|
||||||
let termsPage = app.find('.markdown')[0]
|
let termsPage = app.find('.markdown')[0]
|
||||||
termsPage.scrollTop = termsPage.scrollHeight
|
termsPage.scrollTop = termsPage.scrollHeight
|
||||||
return wait().then(() => {
|
return wait().then(() => {
|
||||||
|
@ -107,7 +107,7 @@ Notice.prototype.render = function () {
|
|||||||
style: {
|
style: {
|
||||||
marginTop: '18px',
|
marginTop: '18px',
|
||||||
},
|
},
|
||||||
}, 'Continue'),
|
}, 'Accept'),
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user