mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Typo fix
--HG-- branch : 1.x
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Orchard.Indexing.Services
|
|||||||
UpdateIndex(indexName);
|
UpdateIndex(indexName);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Services.Notifier.Warning(T("The index {0} could no ben rebuilt. It might already be in use, please try again later.", indexName));
|
Services.Notifier.Warning(T("The index {0} could not be rebuilt. It might already be in use, please try again later.", indexName));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user