diff --git a/src/logic/tile/tiles/GarbageContainerScheduleTile.py b/src/logic/tile/tiles/GarbageContainerScheduleTile.py
index 10f7dc8a000bd7a54803612e88e42d3618c56591..9f086a67802b3b54e09d2b9d5312929e684ea727 100644
--- a/src/logic/tile/tiles/GarbageContainerScheduleTile.py
+++ b/src/logic/tile/tiles/GarbageContainerScheduleTile.py
@@ -16,14 +16,14 @@ class GarbageContainerScheduleTile(Tile):
 
     ICON_BY_GARBAGE_TYPE = {
         'Papier': 'garbage_paper',
-        'Gelbe Säcke': 'garbage_plastic',
+        'Gelbe Tonne': 'garbage_plastic',
         'Bioabfall': 'garbage_bio',
         'Restabfall': 'garbage_waste'
     }
 
     EXAMPLE_SETTINGS = {
         "path": "path/to/my/calendar.ics",
-        "garbageType": "Papier" or "Gelbe Säcke" or "Bioabfall" or "Restabfall",
+        "garbageType": "Papier" or "Gelbe Tonne" or "Bioabfall" or "Restabfall",
         "notificationViaPushbullet": {
             "enable": False,
             "daysBeforeEvent": 1,