diff --git a/src/i18n/en.json b/src/i18n/en.json
index d771fdd..cd838d2 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -1,12 +1,12 @@
{
"about": {
"title": "About the App",
+ "projectOwnerShip": "Project By",
+ "designers": "Designers Involved",
"developers": "Developers Involved",
- "commitHash": "Commit Hash",
- "buildTime": "Build Time",
- "builder": "Builder",
"moreResources": "For more resources, visit",
- "osw": "OpenSource Project/Software Statement",
+ "osw": "OpenSource Project Statement",
+ "buildinfo": "Build Info",
"disclaimer": "Disclaimer"
},
"arealist": {
diff --git a/src/i18n/zh.json b/src/i18n/zh.json
index c05d754..40e611e 100644
--- a/src/i18n/zh.json
+++ b/src/i18n/zh.json
@@ -3,12 +3,11 @@
"title": "关于应用",
"projectOwnerShip": "项目归属",
"buildInfo": "构建信息",
- "commitHash": "提交哈希",
- "buildTime": "构建时间",
- "builder": "构建者",
+ "designers": "参与设计的人员",
"developers": "参与开发的人员",
"moreResources": "更多资源请访问",
- "osw": "开源项目/软件声明",
+ "osw": "开源项目声明",
+ "buildinfo": "构建信息",
"disclaimer": "免责声明"
},
"arealist": {
diff --git a/src/pages/app/features/settings/about/about.less b/src/pages/app/features/settings/about/about.less
index 50ba481..00651e4 100644
--- a/src/pages/app/features/settings/about/about.less
+++ b/src/pages/app/features/settings/about/about.less
@@ -6,6 +6,10 @@
.font-semibold();
}
+.gr {
+ color: rgba(255, 255, 255, 0.6);
+}
+
.appbar {
.flex-row(15px 20px);
.radius(60px);
@@ -23,21 +27,11 @@
margin-left: 15px;
}
-.buildinfobar {
- .flex-column(15px 10px);
- .radius(40px);
- align-items: center;
- max-width: 335px;
-}
-
-.buildinfo {
- .flex-row(10px);
- width: 100%;
-}
-
.developers {
.flex-column(15px 10px);
.radius(50px);
+ justify-content: center;
+ width: 364px;
}
.developer {
@@ -57,6 +51,7 @@
.disclaimer-btn {
.flex-column(15px 40px);
.radius(90px);
+ width: 270px;
background-color: #262626;
justify-content: center;
align-items: center;
diff --git a/src/pages/app/features/settings/about/about.ux b/src/pages/app/features/settings/about/about.ux
index f2f7adb..1b6819b 100644
--- a/src/pages/app/features/settings/about/about.ux
+++ b/src/pages/app/features/settings/about/about.ux
@@ -17,47 +17,24 @@