mirror of
https://github.com/usememos/memos.git
synced 2025-02-11 17:00:54 +01:00
chore: tweak wording
This commit is contained in:
parent
203b2d9181
commit
9bfb2d60b9
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -5,7 +5,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to suggest an idea for Memos!
|
Thanks for taking the time to suggest an idea for memos!
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your feature request related to a problem?
|
label: Is your feature request related to a problem?
|
||||||
|
@ -57,7 +57,7 @@ func (t *TelegramHandler) MessageHandle(ctx context.Context, bot *telegram.Bot,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if creatorID == 0 {
|
if creatorID == 0 {
|
||||||
_, err := bot.EditMessage(ctx, message.Chat.ID, reply.MessageID, fmt.Sprintf("Please set your telegram userid %d in UserSetting of Memos", message.From.ID), nil)
|
_, err := bot.EditMessage(ctx, message.Chat.ID, reply.MessageID, fmt.Sprintf("Please set your telegram userid %d in UserSetting of memos", message.From.ID), nil)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ type Profile struct {
|
|||||||
Port int `json:"-"`
|
Port int `json:"-"`
|
||||||
// Data is the data directory
|
// Data is the data directory
|
||||||
Data string `json:"-"`
|
Data string `json:"-"`
|
||||||
// DSN points to where Memos stores its own data
|
// DSN points to where memos stores its own data
|
||||||
DSN string `json:"dsn"`
|
DSN string `json:"dsn"`
|
||||||
// Driver is the database driver
|
// Driver is the database driver
|
||||||
// sqlite, mysql
|
// sqlite, mysql
|
||||||
|
@ -1 +1 @@
|
|||||||
# Memos web
|
# memos web
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#27272a" />
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#27272a" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<title>Memos</title>
|
<title>memos</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user