Skip to content

Commit

Permalink
feat: change slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 12, 2023
1 parent d673f65 commit 6e1c75c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yank Note

A **hackable** markdown note application for programmers **[Download](https://github.com/purocean/yn/releases)** | **[Try it Online >>>](https://demo.yank-note.com/)**
A **highly extensible** Markdown editor, designed for productivity. **[Download](https://github.com/purocean/yn/releases)** | **[Try it Online >>>](https://demo.yank-note.com/)**

[![Download](./help/mas_en.svg?.inline)](https://apps.apple.com/cn/app/yank-note/id1551528618) [Not recommended](https://github.com/purocean/yn/issues/65#issuecomment-1065799677)

Expand Down
2 changes: 1 addition & 1 deletion README_ZH-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yank Note

一款面向程序员的 Markdown 笔记应用 **[全平台下载](https://github.com/purocean/yn/releases)****[在线体验>>>](https://demo.yank-note.com/)**
一款**强大可扩展** Markdown 编辑器,为生产力而生。**[全平台下载](https://github.com/purocean/yn/releases)****[在线体验>>>](https://demo.yank-note.com/)**

[![Download](./help/mas_en.svg?.inline)](https://apps.apple.com/cn/app/yank-note/id1551528618) [Mac App Store 版本说明](https://github.com/purocean/yn/issues/65#issuecomment-1065799677)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yank.note",
"version": "3.47.0",
"description": "Yank Note: A hackable markdown note application for programmers",
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
"main": "dist/main/app.js",
"license": "AGPL-3.0",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/share/i18n/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const data = {
'app-name': 'Yank Note',
'about': 'About',
'feedback': 'Feedback',
'slogan': 'A Hackable Markdown editor for developers',
'slogan': 'A highly extensible Markdown editor, designed for productivity.',
'cancel': 'Cancel',
'undo': 'Undo',
'ok': 'OK',
Expand Down
2 changes: 1 addition & 1 deletion src/share/i18n/languages/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const data: BaseLanguage = {
'app-name': 'Yank Note',
'about': '关于',
'feedback': '反馈',
'slogan': '一款面向程序员的 Markdown 编辑器',
'slogan': '一款强大可扩展的 Markdown 编辑器,为生产力而生',
'cancel': '取消',
'undo': '撤销',
'ok': '确定',
Expand Down

0 comments on commit 6e1c75c

Please sign in to comment.