mirror of https://github.com/bastienwirtz/homer
fix english/french information (unknown)
parent
b13231eb70
commit
5943eb2dcb
|
@ -63,7 +63,7 @@ export default {
|
||||||
try {
|
try {
|
||||||
const response = await this.fetch("/api/information", { headers });
|
const response = await this.fetch("/api/information", { headers });
|
||||||
this.fetchOk = true;
|
this.fetchOk = true;
|
||||||
this.versionstring = response.currentRelease || "inconnue";
|
this.versionstring = response.currentRelease || "unknown";
|
||||||
this.updateAvailable = response.updateAvailable;
|
this.updateAvailable = response.updateAvailable;
|
||||||
this.latestVersion = response.latestRelease?.version || null;
|
this.latestVersion = response.latestRelease?.version || null;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue