Skip to content

Commit

Permalink
orfography fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raprigorodov committed Jul 14, 2023
1 parent 715a4dd commit dd59dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class TopicCard extends Vue {
async deleteMaterial(id) {
await this.$confirm(
"Вы уверены, что хотите удалить материал? Это действие не обратимо.",
"Вы уверены, что хотите удалить материал? Это действие необратимо.",
"Подтверждение",
{
confirmButtonText: "Да",
Expand Down

0 comments on commit dd59dd3

Please sign in to comment.