summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/NtpPopover.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/SilaComponents/NtpPopover.vue')
-rw-r--r--src/components/Global/SilaComponents/NtpPopover.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Global/SilaComponents/NtpPopover.vue b/src/components/Global/SilaComponents/NtpPopover.vue
index c94c1cc8..6f181002 100644
--- a/src/components/Global/SilaComponents/NtpPopover.vue
+++ b/src/components/Global/SilaComponents/NtpPopover.vue
@@ -31,7 +31,7 @@
class="medium-12px"
></b-form-input>
</div>
- <b-button class="popover-button" variant="primary" @click="onClose">
+ <b-button class="popup-button" variant="primary" @click="onClose">
{{ $t('global.action.save') }}
</b-button>
</div>
@@ -115,7 +115,7 @@ export default {
padding-top: 30px;
}
-.popover-button {
+.popup-button {
width: 341px;
height: 40px;
margin: 0 auto 10px;