Adjust quite a bit of wording (#252)

* Adjust quite a bit of wording
Also converts many title case things to sentence case (fixes #238)

* Change advised to recommended

* Oops, I missed a page

* That page too

* Missed a spot
This commit is contained in:
Emma
2021-06-05 23:34:43 -04:00
committed by GitHub
parent bb8fd5500d
commit 46bc04f69f
18 changed files with 196 additions and 175 deletions

View File

@@ -20,11 +20,11 @@
mod would be its mod ID, found on the right side of that mod's page
under "Project ID".
</span>
<input v-model="itemId" type="text" placeholder="Enter the Item ID" />
<input v-model="itemId" type="text" placeholder="Enter the item ID" />
</label>
<h3>Item Type</h3>
<h3>Item type</h3>
<label>
<span> The type of the item that is being reported </span>
<span>The type of the item that is being reported.</span>
<multiselect
id="item-type"
v-model="itemType"
@@ -36,7 +36,7 @@
placeholder="Choose item type"
/>
</label>
<h3>Report Type</h3>
<h3>Report type</h3>
<label>
<span>
The type of report. This is the category that this report falls
@@ -130,7 +130,7 @@ export default {
} catch (err) {
this.$notify({
group: 'main',
title: 'An Error Occurred',
title: 'An error occurred',
text: err.response.data.description,
type: 'error',
})