diff --git a/setup.sh b/setup.sh
index be4359f..301f1ac 100644
--- a/setup.sh
+++ b/setup.sh
@@ -1679,7 +1679,7 @@ cat <<'HTML_END' > templates/index.html
             
                 | {{ _('Cover') }} | 
                 {{ _('Name') }} | 
-                {{ _('Key') }} | 
+                {{ _('Key') }} | 
                 {{ _('Status') }} | 
                 {{ _('Created') }} | 
                 {{ _('Redeem by') }} | 
@@ -1712,7 +1712,7 @@ cat <<'HTML_END' > templates/index.html
                   
                 
                 {{ game.name }} | 
-                {{ game.steam_key }} | 
+                {{ game.steam_key }} | 
                 
                     {% if game.status == 'nicht eingelöst' %}
                         {{ _('Not redeemed') }}
@@ -1840,34 +1840,22 @@ document.querySelectorAll('.generate-redeem').forEach(btn => {
 
 
-
 {% else %}
  {{ _('No games yet') }} 
 {% endif %}
@@ -2112,7 +2100,7 @@ cat < templates/edit_game.html
         
         
       
-      
+
       
       
         
diff --git a/steam-gift-manager/templates/index.html b/steam-gift-manager/templates/index.html
index 9249ac2..faa450e 100644
--- a/steam-gift-manager/templates/index.html
+++ b/steam-gift-manager/templates/index.html
@@ -8,7 +8,7 @@
              
                 | {{ _('Cover') }} | 
                 {{ _('Name') }} | 
-                {{ _('Key') }} | 
+                {{ _('Key') }} | 
                 {{ _('Status') }} | 
                 {{ _('Created') }} | 
                 {{ _('Redeem by') }} | 
@@ -41,7 +41,7 @@
                   
                 
                 {{ game.name }} | 
-                {{ game.steam_key }} | 
+                {{ game.steam_key }} | 
                 
                     {% if game.status == 'nicht eingelöst' %}
                         {{ _('Not redeemed') }}
@@ -169,30 +169,19 @@ document.querySelectorAll('.generate-redeem').forEach(btn => {
 
 
@@ -200,3 +189,4 @@ document.addEventListener('DOMContentLoaded', function() {
  {{ _('No games yet') }} 
 {% endif %}
 {% endblock %}
+
 |    |