diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 3a7849773..d37975cf0 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -246,7 +246,7 @@ QString Theme::gitSHA1() const QString devString; #ifdef GIT_SHA1 const QString githubPrefix(QLatin1String( - "https://github.com/owncloud/mirall/commit/")); + "https://github.com/owncloud/client/commit/")); const QString gitSha1(QLatin1String(GIT_SHA1)); devString = QCoreApplication::translate("ownCloudTheme::about()", "
Built from Git revision %2" @@ -389,5 +389,5 @@ bool Theme::wizardSelectiveSyncDefaultNothing() const } -} // end namespace mirall +} // end namespace client