text cleanups, StatCard improvements
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
RunnerOrganizationService,
|
||||
} from "@odit/lfk-client-js";
|
||||
import { getLocaleFromNavigator, _ } from "svelte-i18n";
|
||||
|
||||
|
||||
import store from "../../store";
|
||||
import ConfirmOrgDeletion from "./ConfirmOrgDeletion.svelte";
|
||||
import ImportRunnerModal from "../runners/ImportRunnerModal.svelte";
|
||||
@@ -109,7 +109,7 @@
|
||||
}
|
||||
async function copy() {
|
||||
if (!editable.registrationKey) {
|
||||
toast.error($_("you-have-to-save-your-changes-to-generate-a-link"))
|
||||
toast.error($_("you-have-to-save-your-changes-to-generate-a-link"));
|
||||
return;
|
||||
}
|
||||
valueCopy = registrationLink;
|
||||
@@ -124,7 +124,7 @@
|
||||
toast($_("copied-link-to-clipboard"));
|
||||
copied = true;
|
||||
} catch (err) {
|
||||
toast.error($_("error-whyile-copying-to-clipboard"))
|
||||
toast.error($_("error-whyile-copying-to-clipboard"));
|
||||
}
|
||||
// we can notifi by event or storage about copy status
|
||||
valueCopy = null;
|
||||
|
||||
Reference in New Issue
Block a user