1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

Tweak translation keys for consistency

Refs #18.
This commit is contained in:
Franz Liedke
2020-02-07 11:54:29 +01:00
parent fecc2312fd
commit e9a11b11d3
3 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ class CreateFlagHandler
if (array_get($data, 'attributes.reason') === null && array_get($data, 'attributes.reasonDetail') === '') {
throw new ValidationException([
'message' => $this->translator->trans('flarum-flags.forum.flag_post.reason-needed')
'message' => $this->translator->trans('flarum-flags.forum.flag_post.reason_missing_message')
]);
}