diff --git a/tasks/gitea.yml b/tasks/gitea.yml
index 3864b40..d89c5a0 100644
--- a/tasks/gitea.yml
+++ b/tasks/gitea.yml
@@ -62,7 +62,7 @@
         owner: root
         group: '{{ gitea_group }}'
         mode: "0750"
-      notify: restart gitea
+      notify: Restart gitea
 
     - name: gitea | Force the download of the gitea binary to upgrade it
       ansible.builtin.get_url:
@@ -88,7 +88,7 @@
         group: "{{ gitea_group }}"
         mode: "0640"
         force: false
-      notify: restart gitea
+      notify: Restart gitea
 
 - name: gitea | Manage the gitea configuration settings
   tags: [git, gitea, gitea_conf]
@@ -126,7 +126,7 @@
         create: false
       loop: '{{ gitea_app_configurations }}'
       when: gitea_app_configurations is defined
-      notify: restart gitea
+      notify: Restart gitea
 
     - name: gitea | Prometheus metrics
       community.general.ini_file:
@@ -140,7 +140,7 @@
         mode: '0640'
         create: false
       loop: '{{ gitea_prometheus_conf }}'
-      notify: restart gitea
+      notify: Restart gitea
 
     - name: gitea | Configure some repository archives cron jobs
       community.general.ini_file:
@@ -155,7 +155,7 @@
         create: false
       loop: '{{ gitea_rep_archives_configuration }}'
       when: gitea_enable_repository_archives_cron_jobs
-      notify: restart gitea
+      notify: Restart gitea
 
 
 - name: gitea | Gitea systemd service