Moments: Remove emojis from album titles
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
5c574e3837
commit
3ecb205133
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ var MomentLabels = map[string]string{
|
|||
"beach": "Bays, Capes & Beaches",
|
||||
"seashore": "Bays, Capes & Beaches",
|
||||
"cape": "Bays, Capes & Beaches",
|
||||
"cat": "Pets 🐾",
|
||||
"dog": "Pets 🐾",
|
||||
"cat": "Pets",
|
||||
"dog": "Pets",
|
||||
}
|
||||
|
||||
// Slug returns an identifier string for a moment.
|
||||
|
|
Loading…
Reference in a new issue