mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
pluralization wave 1
This commit is contained in:
@@ -217,7 +217,7 @@ class TagController extends Controller
|
||||
$count++;
|
||||
}
|
||||
}
|
||||
session()->flash('success', (string) trans('firefly.deleted_x_tags', ['count' => $count]));
|
||||
session()->flash('success', (string) trans_choice('firefly.deleted_x_tags', $count));
|
||||
|
||||
return redirect(route('tags.index'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user