Repair bug?

I got this repair notiification:

The automation has this:

action:
  - choose:
      - conditions:
          - condition: trigger
            id: kontoret
        sequence:
          - service: notify.mobile_app_moto_g_9_plus
            data:
              message: command_volume_level
              data:
                media_stream: ring_stream
                command: 2

If I look at the repair notification, it looks like a trailing space. There is a space between the last letter of the notification entity and the dot.

Can you verify that in your automation?

There is no space and even if there was it’s trimmed of if it’s not enclosed in ' '.
The automation works fine