Browse Source

Merge pull request #190 from rwilhelm/patch-1

Fix typo
Kailash Nadh 4 years ago
parent
commit
fd05f8db21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/views/Settings.vue

+ 1 - 1
frontend/src/views/Settings.vue

@@ -119,7 +119,7 @@
               </b-field>
 
               <b-field label="Allow exporting"
-                message="Allow subscribers to export data colected on them?">
+                message="Allow subscribers to export data collected on them?">
                 <b-switch v-model="form['privacy.allow_export']"
                     name="privacy.allow_export" />
               </b-field>