Skip to content

Commit

Permalink
Rename "Shared albums" to "Shared folders"
Browse files Browse the repository at this point in the history
Ref #120

Signed-off-by: AJ Jordan <alex@strugee.net>
  • Loading branch information
strugee committed Oct 13, 2020
1 parent 9f99061 commit e661d03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Photos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
exact />
<AppNavigationItem to="/favorites" :title="t('photos', 'Favorites')" icon="icon-favorite" />
<AppNavigationItem :to="{name: 'albums'}" :title="t('photos', 'Your folders')" icon="icon-files-dark" />
<AppNavigationItem :to="{name: 'shared'}" :title="t('photos', 'Shared albums')" icon="icon-share" />
<AppNavigationItem :to="{name: 'shared'}" :title="t('photos', 'Shared folders')" icon="icon-share" />
<AppNavigationItem :to="{name: 'tags'}" :title="t('photos', 'Tagged photos')" icon="icon-tag" />
<AppNavigationItem v-if="showLocationMenuEntry"
:to="{name: 'maps'}"
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default new Router({
path: `/${route.params.path ? route.params.path : ''}`,
// if path is empty
isRoot: !route.params.path,
rootTitle: t('photos', 'Shared albums'),
rootTitle: t('photos', 'Shared folders'),
showShared: true,
}),
},
Expand Down

0 comments on commit e661d03

Please sign in to comment.