Forráskód Böngészése

Update private settings, change "Private Account" to "Manually Review Follow Requests"

Daniel Supernault 3 hónapja
szülő
commit
31dd1ab350
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      resources/views/settings/privacy.blade.php

+ 2 - 2
resources/views/settings/privacy.blade.php

@@ -21,9 +21,9 @@
     <div class="form-check pb-3">
     <div class="form-check pb-3">
       <input class="form-check-input" type="checkbox" name="is_private" id="is_private" {{$settings->is_private ? 'checked=""':''}}>
       <input class="form-check-input" type="checkbox" name="is_private" id="is_private" {{$settings->is_private ? 'checked=""':''}}>
       <label class="form-check-label font-weight-bold" for="is_private">
       <label class="form-check-label font-weight-bold" for="is_private">
-        {{__('settings.privacy.private_account')}}
+        Manually Review Follow Requests
       </label>
       </label>
-      <p class="text-muted small help-text">{{__('settings.privacy.when_your_account_is_private_only_people_you_etc')}}</p>
+      <p class="text-muted small help-text">When you get a follow request, Pixelfed will not automatically approve it. You can instead manually confirm or deny the follow request. Your existing followers won't be affected.</p>
     </div>
     </div>
 
 
     <div class="form-check pb-3">
     <div class="form-check pb-3">