mirror of
https://github.com/ppy/osu
synced 2025-02-09 14:47:33 +00:00
Merge pull request #14955 from peppy/fix-import-notifications
Fix import notifications not showing correct text
This commit is contained in:
commit
f8156b0df9
@ -197,7 +197,7 @@ namespace osu.Game.Database
|
||||
else
|
||||
{
|
||||
notification.CompletionText = imported.Count == 1
|
||||
? $"Imported {imported.First()}!"
|
||||
? $"Imported {imported.First().Value}!"
|
||||
: $"Imported {imported.Count} {HumanisedModelName}s!";
|
||||
|
||||
if (imported.Count > 0 && PostImport != null)
|
||||
|
Loading…
Reference in New Issue
Block a user