diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2022-09-30 00:04:50 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2022-09-30 00:04:50 -0400 |
commit | e78d1075586a78a0ac4b36959d746a506e1a45b7 (patch) | |
tree | a166e9c446abff763af77edfb9913c9e0e642470 /src | |
parent | Make clazy happy (diff) | |
download | nheko-e78d1075586a78a0ac4b36959d746a506e1a45b7.tar.xz |
Add link to repo to show where issues go
Diffstat (limited to 'src')
-rw-r--r-- | src/ChatPage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index 9daf8d4d..e123489b 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -350,9 +350,9 @@ ChatPage::bootstrap(QString userid, QString homeserver, QString token) tr("Cache migration failed!"), tr("Migrating the cache to the current version failed. " "This can have different reasons. Please open an " - "issue and try to use an older version in the mean " - "time. Alternatively you can try deleting the cache " - "manually.")); + "issue at https://github.com/Nheko-Reborn/nheko and try to use an " + "older version in the meantime. Alternatively you can try " + "deleting the cache manually.")); QCoreApplication::quit(); } loadStateFromCache(); |