change reading location for texts
This commit is contained in:
parent
00e37a229d
commit
ffa0a1b9bf
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
Alert management system.
|
||||
*/
|
||||
|
||||
import texts from "/gui/scripts/read.js";
|
||||
import texts from "/scripts/strings/read.js";
|
||||
export default class alerts {
|
||||
static async confirm(MESSAGE) {
|
||||
let user_response = confirm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue