diff options
Diffstat (limited to 'viewer/src/components/LdCommandSearch.vue')
-rw-r--r-- | viewer/src/components/LdCommandSearch.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/components/LdCommandSearch.vue b/viewer/src/components/LdCommandSearch.vue index ef158ff..33ab804 100644 --- a/viewer/src/components/LdCommandSearch.vue +++ b/viewer/src/components/LdCommandSearch.vue | |||
@@ -21,11 +21,11 @@ | |||
21 | <div class="flex webkit-flex-shrink-fix"> | 21 | <div class="flex webkit-flex-shrink-fix"> |
22 | <b-button @click="clear"> | 22 | <b-button @click="clear"> |
23 | <fa-icon icon="eraser" /> | 23 | <fa-icon icon="eraser" /> |
24 | <span>{{$t('command.search.clear')}}</span> | 24 | <span>{{ $t("command.search.clear") }}</span> |
25 | </b-button> | 25 | </b-button> |
26 | <b-button expanded @click="search"> | 26 | <b-button expanded @click="search"> |
27 | <fa-icon icon="search" /> | 27 | <fa-icon icon="search" /> |
28 | <span>{{$t('command.search.search')}}</span> | 28 | <span>{{ $t("command.search.search") }}</span> |
29 | </b-button> | 29 | </b-button> |
30 | </div> | 30 | </div> |
31 | </template> | 31 | </template> |