At page 18 you have PWR_FLAG symbols and it is what you are asking about.
It is original symbol, or you just changed its name?
Power symbols set the net name according to internal pin name and not the symbol name.
It comes from symbols with hidden power pins like digital ICs. If you chnge the symbol name from 7400 to 7413 the internal power pin VCC is still VCC. The same is here. If you have 24V symbol and you need 25V symbol you should define new symbol and change its name and also internal name of its pin. May be in some next KiCad versions it will be possible just to edit the placed at schematic symbol.
You probably changed grid during drawing schematic. Don’t do it. To position text precisily use CTRL+SHIFT combination after pressing M to move it.
When I started to use KiCad I was changing the grid, but since I was told to use CTRL+SHIFT I use 1.27 and never change it (50 mils is a standard for pin positions in all symbols).
point with mouse R1 (not resistor but this text),
press ‘M’ hotkey to ‘move’ - you move it with grid,
while moving press 2 keys CTRL+SHIFT and you move that text without grid (or with very fine grid).
I am at Windows. May be at other systems it work differently.
Just few years ago someone (at forum) told me to use CTRL+SHIFT. And as since then it worked I didn’t experiment with it.
Now I have checked:
Win7 + V5 - you have to use CTRL+SHIFT.
Win10 + V7 - using CTRL is enough.
Good to know. I will have to change habit.