mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Refactor dialog title
This commit is contained in:
@@ -300,8 +300,8 @@ export class HUDWaypoints extends BaseHUDPart {
|
||||
});
|
||||
const dialog = new DialogWithForm({
|
||||
app: this.root.app,
|
||||
title: T.dialogs.editMarker.title,
|
||||
desc: T.dialogs.editMarker.desc,
|
||||
title: T.dialogs.createMarker.titleEdit,
|
||||
desc: T.dialogs.createMarker.desc,
|
||||
formElements: [markerNameInput],
|
||||
buttons: ["delete:bad", "cancel", "ok:good"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user