|
|
@ -65,7 +65,7 @@ module.exports = class { |
|
|
|
|
|
|
|
this.state.operation += " chapter" |
|
|
|
this.state.links = [{ |
|
|
|
text: chapter.title, |
|
|
|
text: chapter.title || `Untitled chapter (${chapterKey.id})`, |
|
|
|
href: `/story/${storyKey.id}#${chapterKey.id}`, |
|
|
|
}] |
|
|
|
|
|
|
@ -112,4 +112,7 @@ const opText = { |
|
|
|
move: "moved", |
|
|
|
edit: "edited", |
|
|
|
import: "imported", |
|
|
|
tag: "tagged", |
|
|
|
"move-in": "moved in", |
|
|
|
"move-out": "moved-out", |
|
|
|
} |