Renames in Frontend

This commit is contained in:
Qstick
2020-05-15 23:32:52 -04:00
committed by ta264
parent ee4e44b81a
commit ee43ccf620
387 changed files with 4036 additions and 4364 deletions
@@ -110,7 +110,7 @@ function EditDelayProfileModalContent(props) {
{
id === 1 ?
<Alert>
This is the default profile. It applies to all artist that don't have an explicit profile.
This is the default profile. It applies to all author that don't have an explicit profile.
</Alert> :
<FormGroup>
@@ -120,7 +120,7 @@ function EditDelayProfileModalContent(props) {
type={inputTypes.TAG}
name="tags"
{...tags}
helpText="Applies to artist with at least one matching tag"
helpText="Applies to author with at least one matching tag"
onChange={onInputChange}
/>
</FormGroup>