Skip to content

Commit

Permalink
構文エラーの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dokoka-ringo committed Nov 10, 2024
1 parent 301a18e commit cf85d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Notifications/AddedToServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ public function toMail(): MailMessage
->line('あなたは以下のサーバーのサブユーザーとして追加され、サーバーに対する一定のコントロールができるようになりました。')
->line('サーバー名: ' . $this->server->name)
->action('サーバーにアクセス', url('/server/' . $this->server->uuidShort));
}
}
}
2 changes: 1 addition & 1 deletion resources/lang/ja/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
'reset' => 'パスワードがリセットされました!',
'sent' => 'パスワードリセットリンクをEメールで送信しました!',
'token' => 'このパスワードリセットトークンは無効です。',
'user' => "そのメールアドレスを持つユーザーが見つかりません。",
'user' => 'そのメールアドレスを持つユーザーが見つかりません。',
];

0 comments on commit cf85d0d

Please sign in to comment.