Explorar o código

Update lib/Controller.php

Co-authored-by: rugk <rugk+git@posteo.de>
Steven Andrés %!s(int64=6) %!d(string=hai) anos
pai
achega
9ca041fa06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Controller.php

+ 1 - 1
lib/Controller.php

@@ -205,7 +205,7 @@ class Controller
             }
         }
         if( !in_array($remoteip, $whitelist) ) {
-            $this->_return_message(1, I18n::_('Your IP is not authorized'));
+            $this->_return_message(1, I18n::_('Your IP is not authorized to create pastes.'));
             return;
         }