@tekkare/auriga 0.1.119 → 0.1.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -138,7 +138,7 @@ export default defineComponent({
|
|
|
138
138
|
if (props.scopes.length > 0) {
|
|
139
139
|
return props.lang === "en" ? "My scope" : props.lang === "es" ? "Mi scope" : "Mon scope";
|
|
140
140
|
} else
|
|
141
|
-
return props.lang === "en" ? "New scope" : props.lang === "
|
|
141
|
+
return props.lang === "en" ? "New scope" : props.lang === "es" ? "Nuevo scope" : "Nouveau scope";
|
|
142
142
|
});
|
|
143
143
|
function closeDropdown() {
|
|
144
144
|
isDisplay.value = false;
|