diff --git a/aboutdialog.cpp b/aboutdialog.cpp
index 3e69bf8dbbc9097546dd5d94257af2840e4747c5..ee23a6a9174e4f3211c97fa893436f0b591acecf 100644
--- a/aboutdialog.cpp
+++ b/aboutdialog.cpp
@@ -27,9 +27,6 @@ AboutDialog::AboutDialog(QWidget *parent) :
 
     this->setFixedSize(this->width(),this->height());
     ui->creditsWidget->hide();
-    ui->clientVersionLabel->setText(
-        QString("<html><head/><body><p><span style=\" font-weight:600;\">"
-                "%1 v%2</span></p></body></html>").arg(tr("Ring"), VERSION));
     ui->gitVersionLabel->setText(QString("%1: %2").arg(tr("version"), RING_CLIENT_BUILD_DATE));
 
     ui->creditsBrowser->setHtml("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">"
diff --git a/aboutdialog.ui b/aboutdialog.ui
index 343fbe1f2d5eaf2636d289ee42e6e5ed2b3f73c9..dd0467527bdf9b15c05405e8ddb746a2bfbf5434 100644
--- a/aboutdialog.ui
+++ b/aboutdialog.ui
@@ -525,19 +525,6 @@
       <property name="bottomMargin">
        <number>0</number>
       </property>
-      <item alignment="Qt::AlignHCenter">
-       <widget class="QLabel" name="clientVersionLabel">
-        <property name="text">
-         <string notr="true">Windows Ring v</string>
-        </property>
-        <property name="textFormat">
-         <enum>Qt::AutoText</enum>
-        </property>
-        <property name="margin">
-         <number>15</number>
-        </property>
-       </widget>
-      </item>
       <item alignment="Qt::AlignHCenter">
        <widget class="QLabel" name="gitVersionLabel">
         <property name="text">