Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com>
  • Loading branch information
applejag and JonOfUs committed Oct 3, 2022
1 parent 100c204 commit 192887c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/PersonalSettingsPage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="gpoddersync_settings">
<SettingsSection :title="t('gpoddersync', 'Synced subscriptions')"
:description="t('gpoddersync', 'Podcast subscriptions that has so far been synchronized with this Nextcloud account.')">
:description="t('gpoddersync', 'Podcast subscriptions synchronized to this Nextcloud account so far.')">
<div v-if="subscriptions.length > 0">
<div class="sorting-container">
<label for="gpoddersync_sorting">Sort by:</label>
Expand Down Expand Up @@ -96,6 +96,6 @@ export default {
<style lang="scss" scoped>
a.link {
text-decoration: underline;
color: var(--color-primary-element-light);
color: var(--color-primary-element);
}
</style>

0 comments on commit 192887c

Please sign in to comment.