Skip to content

Commit

Permalink
Changed comics-effects => comic-effects [comixed#444]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Aug 2, 2020
1 parent 588405b commit 9e21f7d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions comixed-frontend/src/app/comics/effects/comic.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.get-scan-types.error.detail'
'comic-effects.get-scan-types.error.detail'
)
});
return of(new ComicGetScanTypesFailed());
Expand Down Expand Up @@ -113,7 +113,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.get-formats.error.detail'
'comic-effects.get-formats.error.detail'
)
});
return of(new ComicGetFormatsFailed());
Expand Down Expand Up @@ -145,7 +145,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.get-page-types.error.detail'
'comic-effects.get-page-types.error.detail'
)
});
return of(new ComicGetPageTypesFailed());
Expand Down Expand Up @@ -175,7 +175,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.get-issue.error.detail',
'comic-effects.get-issue.error.detail',
{ id: action.id }
)
});
Expand Down Expand Up @@ -204,7 +204,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.save-page.success.detail'
'comic-effects.save-page.success.detail'
)
})
),
Expand All @@ -213,7 +213,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.save-page.error.detail'
'comic-effects.save-page.error.detail'
)
});
return of(new ComicSavePageFailed());
Expand Down Expand Up @@ -243,7 +243,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.set-page-type.success.detail'
'comic-effects.set-page-type.success.detail'
)
})
),
Expand All @@ -253,7 +253,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.set-page-type.error.detail'
'comic-effects.set-page-type.error.detail'
)
});
return of(new ComicSetPageTypeFailed());
Expand Down Expand Up @@ -282,7 +282,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.set-page-hash-blocking.success.detail',
'comic-effects.set-page-hash-blocking.success.detail',
{ hash: action.page.hash, state: action.state }
)
})
Expand All @@ -294,7 +294,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.set-page-hash-blocking.error.detail'
'comic-effects.set-page-hash-blocking.error.detail'
)
});
return of(new ComicSetPageHashBlockingFailed());
Expand Down Expand Up @@ -322,7 +322,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.save-comic.success.detail'
'comic-effects.save-comic.success.detail'
)
})
),
Expand All @@ -331,7 +331,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.save-comic.error.detail'
'comic-effects.save-comic.error.detail'
)
});
return of(new ComicSaveFailed());
Expand Down Expand Up @@ -359,7 +359,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.clear-metadata.success.detail'
'comic-effects.clear-metadata.success.detail'
)
})
),
Expand All @@ -368,7 +368,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.clear-metadata.error.detail'
'comic-effects.clear-metadata.error.detail'
)
});
return of(new ComicClearMetadataFailed());
Expand Down Expand Up @@ -396,7 +396,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.delete-comic.success.detail'
'comic-effects.delete-comic.success.detail'
)
})
),
Expand All @@ -405,7 +405,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.delete-comics.error.detail'
'comic-effects.delete-comics.error.detail'
)
});
return of(new ComicDeleteFailed());
Expand Down Expand Up @@ -433,7 +433,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.restore-comic.success.detail'
'comic-effects.restore-comic.success.detail'
)
})
),
Expand All @@ -442,7 +442,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.restore-comic.error.detail'
'comic-effects.restore-comic.error.detail'
)
});
return of(new ComicRestoreFailed());
Expand Down Expand Up @@ -479,7 +479,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.mark-as-read.error-details'
'comic-effects.mark-as-read.error-details'
)
});
return of(new ComicMarkAsReadFailed());
Expand Down Expand Up @@ -512,7 +512,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'info',
detail: this.translateService.instant(
'comics-effects.set-page-deleted.success.detail',
'comic-effects.set-page-deleted.success.detail',
{ deleted: action.deleted }
)
})
Expand All @@ -526,7 +526,7 @@ export class ComicEffects {
this.messageService.add({
severity: 'error',
detail: this.translateService.instant(
'comics-effects.set-page-deleted.error.detail',
'comic-effects.set-page-deleted.error.detail',
{ deleted: action.deleted }
)
});
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/src/assets/i18n/en/comics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comics-effects": {
"comic-effects": {
"get-scan-types": {
"error": {
"detail": "Failed to load scan types."
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/src/assets/i18n/es/comics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comics-effects": {
"comic-effects": {
"get-scan-types": {
"error": {
"detail": "Error al cargar tipos de escaneados."
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/src/assets/i18n/fr/comics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comics-effects": {
"comic-effects": {
"get-scan-types": {
"error": {
"detail": "Échec du chargement des types de scan."
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/src/assets/i18n/pt/comics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comics-effects": {
"comic-effects": {
"get-scan-types": {
"error": {
"detail": "Failed to load scan types."
Expand Down

0 comments on commit 9e21f7d

Please sign in to comment.