mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-09 23:18:37 +02:00
chore: Fix typos (#292)
This commit is contained in:
committed by
GitHub
parent
e9e881fdc3
commit
9271332d5b
@@ -1193,7 +1193,7 @@ angular
|
|||||||
const toast = {
|
const toast = {
|
||||||
title: `Error when getting repository information`,
|
title: `Error when getting repository information`,
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
body: `${o.owner}/${o.repo} produice the following error: ${translation}`,
|
body: `${o.owner}/${o.repo} produced the following error: ${translation}`,
|
||||||
};
|
};
|
||||||
$scope.toasts.push(toast);
|
$scope.toasts.push(toast);
|
||||||
$scope.error = translation;
|
$scope.error = translation;
|
||||||
@@ -1203,7 +1203,7 @@ angular
|
|||||||
const toast = {
|
const toast = {
|
||||||
title: `Error when getting repository information`,
|
title: `Error when getting repository information`,
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
body: `${o.owner}/${o.repo} produice the following error: ${error.message}`,
|
body: `${o.owner}/${o.repo} produced the following error: ${error.message}`,
|
||||||
};
|
};
|
||||||
$scope.toasts.push(toast);
|
$scope.toasts.push(toast);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user