Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 26, 2024
1 parent 0bf4609 commit d6c21fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { Feature } from '../base';
import { FeatureTextInput } from '../base_bandastation';

export const flavor_text: Feature<string> = {
name: 'Flavor text',
name: 'Flavor Text',
description: 'Опишите вашего персонажа!',
component: FeatureTextInput,
};

export const silicon_flavor_text: Feature<string> = {
name: 'Flavor text (Silicon)',
name: 'Flavor Text (Silicon)',
description: 'Опишите вашего силикона!',
component: FeatureTextInput,
};

0 comments on commit d6c21fc

Please sign in to comment.