Skip to content

Commit

Permalink
more descriptive subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jan 6, 2020
1 parent cced601 commit 2cf9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class TheHeader extends StatefulVue {
public async mounted() {
const state = await this.getCurrentStateAsync();
this.title = state.app.name;
this.subtitle = `Privacy generator tool for Windows v${state.app.version}`;
this.subtitle = 'Enforce privacy & security on Windows';
}
}
</script>
Expand Down

0 comments on commit 2cf9214

Please sign in to comment.