We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beb976d + 45894be commit 03353bdCopy full SHA for 03353bd
src/components/HelpMobile.vue
@@ -9,7 +9,7 @@
9
{{ t('notes', 'Install the app for your mobile phone in order to access your notes from everywhere.') }}
10
</div>
11
<div class="badge-wrapper">
12
- <a target="_blank" href="https://github.com/nextcloud/nextcloud-notes">
+ <a target="_blank" href="https://github.com/nextcloud/notes-android">
13
{{ t('notes', 'Android app: {notes}', {notes: 'Nextcloud Notes'}) }}
14
</a>
15
<div>
@@ -26,7 +26,7 @@
26
27
28
29
- <a target="_blank" href="https://github.com/phedlund/CloudNotes">
+ <a target="_blank" href="https://github.com/nextcloud/notes-ios">
30
{{ t('notes', 'iOS app: {notes}', {notes: 'Nextcloud Notes'}) }}
31
32
0 commit comments