Skip to content
Snippets Groups Projects
Verified Commit dbdc3354 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix grammar

parent 96b512e0
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
Pipeline #107876 canceled
<template>
<div v-if="splash">
<div id="logo-container">
<img src="/logo" alt="Logo" id="logo" width="600" />
<img :src="'/logo'" alt="Logo" id="logo" width="600" />
</div>
<div class="lds-ellipsis">
<div></div>
......
......@@ -9,7 +9,7 @@
>
<noscript>
{% blocktrans %}
This webbrowser doesn't support JavaScript, or it's execution is blocked. Please use another browser to continue.
This webbrowser doesn't support JavaScript, or its execution is blocked. Please use another browser to continue.
{% endblocktrans %}
</noscript>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment