update text

This commit is contained in:
2025-03-18 11:45:15 +08:00
parent dfa0842208
commit ca54f9d7a7
9 changed files with 16 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ export default route(function (/* { store, ssrContext } */) {
if (!authStore.hasDomain && !domainPages.includes(to.path)) {
Dialog.create({
title: '注意',
message: '既定/利用可能なドメインはありません。<br>ドメイン管理ページに遷移して処理します。',
message: '既定/利用可能なドメインはありません。<br>接続先管理ページに遷移して処理します。',
html: true,
persistent: true,
})