summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-08-19 16:13:08 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-08-19 16:13:08 +0900
commit3bef69ee58a0eb8e7bca2a42411fe75e00a55ffb (patch)
tree6b5efff2d75032791964663977d545d1fe88d528 /src/client/app
parentResolve #5298 (diff)
downloadsharkey-3bef69ee58a0eb8e7bca2a42411fe75e00a55ffb.tar.gz
sharkey-3bef69ee58a0eb8e7bca2a42411fe75e00a55ffb.tar.bz2
sharkey-3bef69ee58a0eb8e7bca2a42411fe75e00a55ffb.zip
:art:
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/common/views/pages/room/room.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/pages/room/room.vue b/src/client/app/common/views/pages/room/room.vue
index 0a355f9ad1..2456f8f8e8 100644
--- a/src/client/app/common/views/pages/room/room.vue
+++ b/src/client/app/common/views/pages/room/room.vue
@@ -43,7 +43,7 @@
</section>
<section>
<ui-button primary @click="save()"><fa :icon="faSave"/> {{ $t('save') }}</ui-button>
- <ui-button primary @click="clear()"><fa :icon="faBroom"/> {{ $t('clear') }}</ui-button>
+ <ui-button @click="clear()"><fa :icon="faBroom"/> {{ $t('clear') }}</ui-button>
</section>
</div>
</div>