more descriptive subtitle

This commit is contained in:
undergroundwires
2020-01-06 20:19:35 +01:00
parent cced601d68
commit 2cf9214b14

View File

@@ -21,7 +21,7 @@ export default class TheHeader extends StatefulVue {
public async mounted() { public async mounted() {
const state = await this.getCurrentStateAsync(); const state = await this.getCurrentStateAsync();
this.title = state.app.name; this.title = state.app.name;
this.subtitle = `Privacy generator tool for Windows v${state.app.version}`; this.subtitle = 'Enforce privacy & security on Windows';
} }
} }
</script> </script>