Skip to content

Commit 41a0c0b

Browse files
committed
Remove duplicated "with" in modal message
1 parent e95389b commit 41a0c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ void App::requestResources() {
293293
if (this->userInput.empty()) {
294294
this->drawModal("Loading Repositories with newest Activity");
295295
} else {
296-
this->drawModal("Loading with Respositories with query: " +
296+
this->drawModal("Loading Respositories with query: " +
297297
this->userInput);
298298
}
299299

0 commit comments

Comments
 (0)