We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95389b commit 41a0c0bCopy full SHA for 41a0c0b
src/app/app.cpp
@@ -293,7 +293,7 @@ void App::requestResources() {
293
if (this->userInput.empty()) {
294
this->drawModal("Loading Repositories with newest Activity");
295
} else {
296
- this->drawModal("Loading with Respositories with query: " +
+ this->drawModal("Loading Respositories with query: " +
297
this->userInput);
298
}
299
0 commit comments