I have no life

This commit is contained in:
Alicia Sykes
2019-07-20 23:30:57 +01:00
parent b7b8addd83
commit 468026a251
3 changed files with 35 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ export default {
},
props: {
title: { default: 'Panel', type: String },
subtitle: { default: 'All server management tools in one place', type: String }
subtitle: { default: 'All your server management tools in one place', type: String }
}
}
</script>