diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9003455e..a088b9a071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - [\#2128](https://github.com/cosmos/voyager/pull/2128) remove loading status on validator page when disconnected from the network @fedekunze +- [\#2170](https://github.com/cosmos/voyager/pull/2170) bug with card-signed-in and explorer mode @jbibla - [\#2167](https://github.com/cosmos/voyager/pull/2167) fixed votes showing wrong tally @faboweb - [\#2167](https://github.com/cosmos/voyager/pull/2167) fixed not being able to deposit less then 1 atom not possible @faboweb - [\#2167](https://github.com/cosmos/voyager/pull/2167) fixed sorting of proposals @faboweb diff --git a/app/src/renderer/components/common/CardSignInRequired.vue b/app/src/renderer/components/common/CardSignInRequired.vue index 85be4bb647..e57c4cb308 100644 --- a/app/src/renderer/components/common/CardSignInRequired.vue +++ b/app/src/renderer/components/common/CardSignInRequired.vue @@ -4,7 +4,8 @@ Sign In Required
- This page shows data for your address. To access the page, please sign in. + This page shows data for a specific address. To access the page, please + sign in.
diff --git a/app/src/renderer/components/common/TmPage.vue b/app/src/renderer/components/common/TmPage.vue index ae9fc79e22..660178f1bd 100644 --- a/app/src/renderer/components/common/TmPage.vue +++ b/app/src/renderer/components/common/TmPage.vue @@ -14,9 +14,9 @@
-