diff --git a/src/View/About/Window.py b/src/View/About/Window.py
index aa6eab08faa3b7ac63166b7326cb552c5073d199..a3605ea859e4115343fbd048060c347100e76f66 100644
--- a/src/View/About/Window.py
+++ b/src/View/About/Window.py
@@ -55,6 +55,7 @@ class AboutWindow(PamhyrDialog):
 
             label = self.get_label_text("label_version")
             label = label.replace("@version", version)
+            label = label.replace("@codename", "(Tahiti)")
             self.set_label_text("label_version", label)
 
         # Authors
diff --git a/src/View/ui/about.ui b/src/View/ui/about.ui
index 1b1041bb4461f6797dfab46942f18a4f9d00a8e2..48227bdf7693857067aebb1a37ce0040935a69a6 100644
--- a/src/View/ui/about.ui
+++ b/src/View/ui/about.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>640</width>
-    <height>360</height>
+    <height>361</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -128,7 +128,7 @@
        <item>
         <widget class="QLabel" name="label_version">
          <property name="text">
-          <string>Version: @version</string>
+          <string>Version: @version @codename</string>
          </property>
         </widget>
        </item>
@@ -247,6 +247,9 @@
        </item>
       </layout>
      </item>
+     <item>
+      <layout class="QHBoxLayout" name="horizontalLayout_6"/>
+     </item>
      <item>
       <spacer name="verticalSpacer_3">
        <property name="orientation">