Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
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
abook_web
check
Commits
b542ca08
Commit
b542ca08
authored
Nov 04, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lang title
parent
25d7c885
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
abvw/html/push-message-detail.html
+1
-1
abvw/html/push-message-list.html
+1
-1
abvw/html/send-message.html
+1
-1
abvw/js/sendMessage/send-message.js
+0
-2
No files found.
abvw/html/push-message-detail.html
View file @
b542ca08
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title
>
ダッシュボード
</title>
<title
class=
"lang"
lang=
"messageDetail"
>
</title>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<!-- favicons -->
<link
href=
"../common/img/favicon.ico"
rel=
"icon"
>
...
...
abvw/html/push-message-list.html
View file @
b542ca08
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title
>
ダッシュボード
</title>
<title
class=
"lang"
lang=
"messageListTitle"
>
</title>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<!-- favicons -->
<link
href=
"../common/img/favicon.ico"
rel=
"icon"
>
...
...
abvw/html/send-message.html
View file @
b542ca08
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title
>
メッセージ送信
</title>
<title
class=
"lang"
lang=
"sendMessageTitle"
>
</title>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1,initial-scale=1"
>
<!-- favicons -->
<link
href=
"../common/img/favicon.ico"
rel=
"icon"
>
...
...
abvw/js/sendMessage/send-message.js
View file @
b542ca08
...
...
@@ -106,7 +106,6 @@ SendMessage.init = function () {
TEMPLATE
.
loadNotificationSelect
(
'#includeTemplateModal'
,
SendMessage
.
templateSelectedCallback
);
//load lang for elements none class lang
I18N
.
initi18n
();
document
.
title
=
I18N
.
i18nText
(
'sendMessageTitle'
);
$
(
"label[for='sendTypeGroup']"
).
append
(
I18N
.
i18nText
(
'labelSendTypeGroup'
));
$
(
"label[for='sendTypeAll']"
).
append
(
I18N
.
i18nText
(
'labelSendTypeAll'
));
};
\ No newline at end of file
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