chore: reword fetching message

This commit is contained in:
Anna 2023-11-25 12:33:58 -05:00
parent dad79fde1a
commit 66f1a02b00
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ internal class QuestionsTab {
using var endTabItem = new OnDispose(ImGui.EndTabItem);
if (this.Plugin.Manager.Count == 0) {
ImGuiHelpers.CenteredText("No questions yet - waiting for plugin approval.");
ImGuiHelpers.CenteredText("Fetching questions - please wait...");
return;
}