Skip to content

Commit 1c50de1

Browse files
authored
Update desktop.js
1 parent 3b8601b commit 1c50de1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/desktop.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ https://github.com/kintone/SAMPLE-Profile-tooltip-Plug-in/blob/master/LICENSE
77
'use strict';
88
/* global tippy */
99

10-
// Get plugin configuration settings
10+
// Get plug-in configuration settings
1111
var CONFIG = kintone.plugin.app.getConfig(PLUGIN_ID);
1212
if (!CONFIG) {
1313
return false;
1414
}
15-
// Get each settings
15+
// Get each setting
1616
var CONFIG_NAME = CONFIG.name;
1717

1818
// Keys and titles of user data to display
@@ -32,7 +32,7 @@ https://github.com/kintone/SAMPLE-Profile-tooltip-Plug-in/blob/master/LICENSE
3232
var targetField = kintone.app.record.getFieldElement(CONFIG_NAME);
3333
var targetLink = targetField.querySelectorAll('a');
3434

35-
// Get the code (log in name) from the User data
35+
// Get the code (login name) from the user data
3636
var fieldValCodeList = userFieldVal.map(function(value) {
3737
return value.code;
3838
});

0 commit comments

Comments
 (0)