OSDN Git Service

fix some typos
authorhylom <hylom@users.sourceforge.jp>
Tue, 30 Oct 2018 10:05:54 +0000 (19:05 +0900)
committerhylom <hylom@users.sourceforge.jp>
Tue, 30 Oct 2018 10:05:54 +0000 (19:05 +0900)
src/newslash_web/lib/Newslash/Plugin/DefaultConfig.pm
src/newslash_web/templates/login/activation.html.tt2

index faae923..599f9ce 100644 (file)
@@ -8,9 +8,9 @@ my $defaults = {
                               pid_file =>  '/var/run/newslash/newslash.pid',
                             },
 
-               Site => { name => "newslash",
-                          admin_email => 'admin@example.com',
-                         root => "/",
+               Site => { admin_email => 'admin@example.com',
+                         name => "newslash",
+                          root => "/",
                          base_url => "https://example.com",
                          description => "this is newslash",
                          img_path => "/img",
index d7acea3..3228323 100644 (file)
@@ -3,7 +3,6 @@
 [%- IF activation_succeed -%]
 <script type="text/x-template" id="password-message">
   <div class="alert-error" v-else-if="target == 'PASSWORD_NOT_MATCH'">確認用パスワードと一致しません。</div>
-アクセスしてください。</div>
   <div class="alert-error" v-else-if="target == 'SERVER_ERROR'">サーバーエラーが発生しました。</div>
 </script>