Skip to content

Commit

Permalink
fix dialog for licence switch
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Nov 28, 2024
1 parent fdec11d commit a1f6e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/sk/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"podcasts": "Podcasty",
"videoShows": "Video relácie",
"extSystemLicenceSwitch": {
"filters": "filtre",
"filters": "Filtre",
"filter": {
"extSystemName": "Meno externého systému",
"extSystemId": "ID externého systému",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ onMounted(async () => {
/>
</VCol>
</VRow>
<div class="d-flex align-center w-100">
<div class="d-flex align-center w-100 mt-8">
<div class="text-caption font-weight-bold">
{{ t('system.mainBar.extSystemLicenceSwitch.changeToLicenceId') }}: <span class="text-error">*</span>
</div>
Expand Down

0 comments on commit a1f6e0f

Please sign in to comment.