-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace old explorer url with the new one and remove edit option #1775
Conversation
@@ -84,6 +84,10 @@ export class SettingsModelStorage extends VersionedObjectStorage<Record<string, | |||
description: 'Reset for fees update.', | |||
migrate: () => undefined, | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- we need reset storage to remove explorer link from there?
- description is wrong
@@ -42,6 +40,15 @@ | |||
</template> | |||
</FormRow> | |||
|
|||
<FormRow> | |||
<template v-slot:label> {{ $t('set_explorer_link') }}: </template> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe for consistency with the labels above, we should change it to this:
<template v-slot:label> {{ $t('set_explorer_link') }}: </template> | |
<template v-slot:label> {{ $t('form_label_explorer_link') }}: </template> |
Then the translation key should be also updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
This pull request introduces 1 alert when merging 89f2961 into e1103f8 - view on LGTM.com new alerts:
|
Tested. Works well. |
89f2961
to
840ac21
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
rebased in #1784 |
-fixes #1766