Skip to content

Commit

Permalink
docs: 📖 📝 Corrected grammatical issues with Download page on Jellyfin
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Apr 18, 2024
1 parent ccf75fc commit 0ba2a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- Description -->
<p class="text-sm">
{{ __("Planning on watching Movies on this device? Download Jellyfin for this device or click 'Next' to for other options.") }}
{{ __("Planning on watching Movies on this device? Download Emby for this device or click 'Other Downloads' for other options.") }}
</p>

<!-- Split Line -->
Expand Down Expand Up @@ -53,7 +53,7 @@
</span>
<span class="flex justify-end items-center">
<a href="https://jellyfin.org/downloads" target="_blank" class="text-sm font-medium text-primary flex flex-row">
Other Download
Other Downloads
<i class="fas fa-download ml-2 mt-[2px]"></i>
</a>
</span>
Expand Down
2 changes: 1 addition & 1 deletion apps/wizarr-frontend/src/modules/help/views/Help.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex flex-row-reverse flex-column m-3">
<LanguageSelector iconClasses="text-base h-8 w-8" />
<LanguageSelector iconClasses="text-base h-6 w-6" />
<ThemeToggle iconClasses="text-base h-6 w-6" />
</div>

Expand Down

0 comments on commit 0ba2a78

Please sign in to comment.