Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lianguan committed Dec 27, 2017
1 parent caa5b0f commit 8f8d7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Auth/ApiTokenAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function authenticate()
/**
* Get user object.
*
* @return \Kanboard\User\DatabaseUserProvider
* @return Jitamin\Services\Identity\DatabaseUserProvider
*/
public function getUser()
{
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/zh_CN/jitamin.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
'Secret key: ' => '密码:',
'Test your device' => '测试设备(使用双重认证客户端扫描二维码,如2STP)',
'Assign a color when the task is moved to a specific column' => '任务移动到指定栏目,设置颜色',
'%s via Jitamin' => '%s 通过KanBoard',
'%s via Jitamin' => '%s 来自 Jitamin',
'Burndown chart' => '燃尽图',
'This chart show the task complexity over the time (Work Remaining).' => '图表显示任务随时间(剩余时间)的复杂度',
'Screenshot taken %s' => '已截图 %s',
Expand Down

0 comments on commit 8f8d7ee

Please sign in to comment.