Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
270df40b
Commit
270df40b
authored
Sep 15, 2025
by
sawit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit wording modal
parent
0264d7fa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
article-manage.component.html
...manage/myjob/article-manage/article-manage.component.html
+3
-4
province.component.html
...myjob/company-department/province/province.component.html
+3
-4
en.json
src/assets/i18n/en.json
+2
-1
th.json
src/assets/i18n/th.json
+2
-1
No files found.
src/app/portal-manage/myjob/article-manage/article-manage.component.html
View file @
270df40b
...
...
@@ -199,8 +199,8 @@
<ng-template
#
articleModel
let-modal
>
<div
class=
"modal-headtitle ti-modal-header flex justify-between items-center p-4"
style=
"background-color: #fefbfb;"
>
<h3
class=
"modal-title text-sm font-semibold text-defaulttextcolor"
id=
"mail-ComposeLabel"
>
{{ 'Create' |
translate }}{{ 'บทความ' | translate
}}
<h3
class=
"modal-title text-sm font-semibold text-defaulttextcolor"
id=
"mail-ComposeLabel"
>
{{ (action == 'add' ? ('Create' | translate) : ('Edit' | translate)) + ' ' + ('Article' | translate)
}}
</h3>
<button
type=
"button"
class=
"hs-dropdown-toggle !text-[1rem] !font-semibold !text-defaulttextcolor"
(
click
)="
closeDialog
()"
#
closeModal
>
...
...
@@ -576,4 +576,4 @@
</div>
</div>
</div>
</div> -->
\ No newline at end of file
</div> -->
src/app/portal-manage/myjob/company-department/province/province.component.html
View file @
270df40b
...
...
@@ -154,8 +154,8 @@
<div
class=
"hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out"
>
<div
class=
"ti-modal-content"
>
<div
class=
"ti-modal-header"
>
<h6
class=
"modal-title text-[1rem] font-semibold text-defaulttextcolor"
id=
"mail-ComposeLabel"
>
{{ 'Create' |
translate }} {{ 'Company' | translate
}}
<h6
class=
"modal-title text-[1rem] font-semibold text-defaulttextcolor"
id=
"mail-ComposeLabel"
>
{{ (action == 'add' ? ('Create' | translate) : ('Edit' | translate)) + ' ' + ('Province' | translate)
}}
</h6>
<button
type=
"button"
class=
"hs-dropdown-toggle !text-[1rem] !font-semibold !text-defaulttextcolor"
data-hs-overlay=
"#modal-detail"
#
closeModal
>
...
...
@@ -263,4 +263,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
src/assets/i18n/en.json
View file @
270df40b
...
...
@@ -137,5 +137,6 @@
"ACTIONS"
:
"Actions"
,
"EDIT_PERMISSIONS"
:
"Edit Permissions"
,
"ROLE"
:
"Role"
,
"SAVE_CHANGES"
:
"Save Changes"
"SAVE_CHANGES"
:
"Save Changes"
,
"Article"
:
"Article"
}
src/assets/i18n/th.json
View file @
270df40b
...
...
@@ -137,5 +137,6 @@
"ACTIONS"
:
"การกระทำ"
,
"EDIT_PERMISSIONS"
:
"แก้ไขสิทธิ์"
,
"ROLE"
:
"บทบาท"
,
"SAVE_CHANGES"
:
"บันทึกการเปลี่ยนแปลง"
"SAVE_CHANGES"
:
"บันทึกการเปลี่ยนแปลง"
,
"Article"
:
"บทความ"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment