Poprawki funkcjonalności i dostępności

This commit is contained in:
2022-10-21 01:35:25 +02:00
parent 43f03070b2
commit 4303d6daf3
6 changed files with 36 additions and 16 deletions
-2
View File
@@ -20,8 +20,6 @@ export default defineComponent({
if (footer.dispatcherName) this.store.footerMessage += `, dyżurny ruchu ${footer.dispatcherName}`;
if (footer.secondaryDispatcherName)
this.store.footerMessage += `, z polecenia dyżurnego ruchu ${footer.secondaryDispatcherName}`;
this.store.footerMessage += ' <b>Potwierdzić przyjęcie rozkazu</b>';
},
},
});