Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
foreach ($storageConfig->getOptions() as $option => $info) {
$type = $info[0];
- // Backward compatibilty with yesno field description
+ // Backward compatibility with yesno field description
if ($type == 'yesno') {
$type = 'checkbox';
// Remove translated labels Yes No from field info
throw new HttpException\NotFoundException(DI::l10n()->t('Model not found'));
}
- // Kept for backwards compatiblity
+ // Kept for backwards compatibility
Hook::callAll('lockview_content', $model);
if ($type == 'item') {