Skip to content

Commit

Permalink
#10 - Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianbinau committed Oct 18, 2023
1 parent cd574ec commit ae42c86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/item/Breadcrumb.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="relative w-full px-4 py-6">
<div class="relative w-full px-4 pt-2">
<div class="mt-3 flex flex-wrap">
<div
v-if="hasLoaded"
Expand Down
4 changes: 3 additions & 1 deletion src/components/item/CreateShortcutModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
v-else-if="folders.length === 0"
class="group relative inline-flex w-full select-none items-center rounded-lg py-1 text-white"
>
<h1 class="ml-2 mr-auto text-black dark:text-white">Empty</h1>
<h1 class="ml-2 mr-auto text-black dark:text-white">
{{ t('fileBrowser.shortcut.action.empty') }}
</h1>
</div>

<!-- Folders -->
Expand Down
2 changes: 1 addition & 1 deletion src/components/item/SharingBrowser.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="relative w-full px-4 py-6">
<div class="relative w-full px-4 pt-2">
<div class="mt-3 flex flex-wrap">
<div class="text-gray-500 hover:text-gray-700 dark:text-gray-300">
<a
Expand Down
1 change: 1 addition & 0 deletions src/lang/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export default {
delete: 'Slet',
openInNewTab: 'Åben i nyt faneblad',
createIn: 'Opret i',
empty: 'Tom',
},
toast: {
create: {
Expand Down
1 change: 1 addition & 0 deletions src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export default {
delete: 'Delete',
openInNewTab: 'Open in new tab',
createIn: 'Create in',
empty: 'Empty',
},
toast: {
create: {
Expand Down

0 comments on commit ae42c86

Please sign in to comment.