diff --git a/resources/js/Pages/City/Index.vue b/resources/js/Pages/City/Index.vue index 539b3160..11e34bf7 100644 --- a/resources/js/Pages/City/Index.vue +++ b/resources/js/Pages/City/Index.vue @@ -21,7 +21,7 @@ const toast = useToast() const page = usePage() const isAuth = computed(() => page.props.auth.isAuth) const regulationsOpen = ref(false) -const rules = reactive({ pl: 'ładowanie informacji o zasadach, proszę czekać...', en: 'loading info about rules, please wait...' }) +const rules = reactive({ pl: 'ładowanie informacji o zasadach, proszę czekać...', en: 'loading info about rules, please wait...' }) fetchRegulations() const props = defineProps({ @@ -135,7 +135,9 @@ function createOpinion() {