Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCheck
design
Commits
e13cf456
Commit
e13cf456
authored
Sep 30, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change empty message title
parent
592c1231
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/message-list.html
+3
-3
app/script/check-message-list.js
+1
-1
No files found.
app/message-list.html
View file @
e13cf456
...
...
@@ -43,9 +43,9 @@
<section
class=
"container-fluid main-section"
>
<main>
<h2
class=
"fs-8 font-weight-bold mt-4 pb-2 border-bottom text-dark multi-lang"
data-msg=
"messageListHeaderTitle"
>
メッセージ一覧
</h2>
<div
class=
"not-found text-dark mb-1 p-3
d-none
"
>
<img
src=
"img/icon_not_found.svg"
class=
"mb-3"
alt=
"
該当する作業
がありません。"
>
<div
class=
"fs-9 text-secondary font-weight-bold multi-lang"
data-msg=
"messageListEmptyTitle"
>
該当する作業
がありません。
</div>
<div
class=
"not-found text-dark mb-1 p-3"
>
<img
src=
"img/icon_not_found.svg"
class=
"mb-3"
alt=
"
メッセージ
がありません。"
>
<div
class=
"fs-9 text-secondary font-weight-bold multi-lang"
data-msg=
"messageListEmptyTitle"
>
メッセージ
がありません。
</div>
</div>
<ul
class=
"task-list p-0 mt-3"
id=
"messageTable"
>
<!-- <li class="item list-unstyled rounded border mb-2 unread">
...
...
app/script/check-message-list.js
View file @
e13cf456
...
...
@@ -2,7 +2,7 @@ var CHK_MessageList = {};
msgMap
.
messageListTopTitle
=
{
ja
:
"プッシュメッセージ一覧"
,
ko
:
"푸시 메시지 일람"
,
en
:
"Push Message List"
};
msgMap
.
messageListHeaderTitle
=
{
ja
:
"メッセージ一覧"
,
ko
:
"메시지 일람"
,
en
:
"Message List"
};
msgMap
.
messageListEmptyTitle
=
{
ja
:
"
該当する作業がありません。"
,
ko
:
"해당 작업이 없습니다."
,
en
:
"There is no applicable work
"
};
msgMap
.
messageListEmptyTitle
=
{
ja
:
"
メッセージがありません。"
,
ko
:
"메시지가 없습니다."
,
en
:
"No Messages
"
};
CHK_MessageList
.
init
=
function
()
{
CHK
.
initCommon
();
...
...
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