バグ #339
* 発生手順 * not-foundへアクセス:http://localhost:8080/device2/not-found * 内容 * タイトルがスマートサイロ()となる タイトルがスマートサイト()となる * 修正案 * frontend/src/App.vue * 9行目付近の`{{ this.$t('common.appName') }}({{ this.companyName }})`を`{{ this.$t('common.appName') }}<span v-if="this.companyName">({{ this.companyName }})</span>`へ修正