wording
This commit is contained in:
@@ -111,6 +111,7 @@ const loading = ref(false);
|
|||||||
function removeSession(token: AuthToken) {
|
function removeSession(token: AuthToken) {
|
||||||
$q.dialog({
|
$q.dialog({
|
||||||
title: `Disconnect session for ${token.user}?`,
|
title: `Disconnect session for ${token.user}?`,
|
||||||
|
message: "This user will be signed out immediately.",
|
||||||
cancel: true,
|
cancel: true,
|
||||||
ok: { label: "Delete", color: "negative" },
|
ok: { label: "Delete", color: "negative" },
|
||||||
}).onOk(async () => {
|
}).onOk(async () => {
|
||||||
|
@@ -120,7 +120,6 @@ const loading = ref(false);
|
|||||||
function removeSSOAccount(account: SSOAccount) {
|
function removeSSOAccount(account: SSOAccount) {
|
||||||
$q.dialog({
|
$q.dialog({
|
||||||
title: `Disconnect social account: ${account.display}?`,
|
title: `Disconnect social account: ${account.display}?`,
|
||||||
message: "If you are signed in with this account you will be logged off",
|
|
||||||
cancel: true,
|
cancel: true,
|
||||||
ok: { label: "Delete", color: "negative" },
|
ok: { label: "Delete", color: "negative" },
|
||||||
}).onOk(async () => {
|
}).onOk(async () => {
|
||||||
|
@@ -102,7 +102,7 @@ For details, see: https://license.tacticalrmm.com/ee
|
|||||||
<q-icon name="description" />
|
<q-icon name="description" />
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section
|
<q-item-section
|
||||||
>Copy Allowed JavaScript Origin to Clipboard</q-item-section
|
>Copy Authorized JavaScript origin</q-item-section
|
||||||
>
|
>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user