diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-21 20:56:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-21 20:56:10 +0900 |
| commit | ecac2990eb69f29a874c896fe39cdf4fe054b1c0 (patch) | |
| tree | 7a6200128fefb413af506bc44d20f72d4e2958fc /src | |
| parent | 10.78.3 (diff) | |
| download | sharkey-ecac2990eb69f29a874c896fe39cdf4fe054b1c0.tar.gz sharkey-ecac2990eb69f29a874c896fe39cdf4fe054b1c0.tar.bz2 sharkey-ecac2990eb69f29a874c896fe39cdf4fe054b1c0.zip | |
[Client] Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/user-menu.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/app/common/views/components/user-menu.vue b/src/client/app/common/views/components/user-menu.vue index a4a27142f9..7874c43493 100644 --- a/src/client/app/common/views/components/user-menu.vue +++ b/src/client/app/common/views/components/user-menu.vue @@ -71,10 +71,7 @@ export default Vue.extend({ }); this.$root.dialog({ type: 'success', - text: this.$t('list-pushed', { - user: this.user.name, - list: lists.find(l => l.id === listId).title - }) + splash: true }); }, |