This commit is contained in:
@@ -30,7 +30,7 @@ public sealed class FilesPage : SingletonPage
|
||||
await ctx.SetStorageAsync("Request", request, ct);
|
||||
|
||||
await new MessageBuilder(ctx)
|
||||
.Text($"Получено файлов: {files.Count}", MessageFormat.Plain)
|
||||
.Text($"По заявке '{request.Title}' Получено файлов: {files.Count}", MessageFormat.Plain)
|
||||
.Inline("Далее", "next")
|
||||
.SendAsync(ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user