We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6953b02 commit fd9ade9Copy full SHA for fd9ade9
bl3_save_edit_ui/src/views/manage_save/character/mod.rs
@@ -261,7 +261,7 @@ pub fn view(character_state: &mut CharacterState) -> Container<Bl3Message> {
261
262
let ability_points = Container::new(
263
LabelledElement::create(
264
- "Ability Points",
+ "Skill Points",
265
Length::Units(130),
266
NumberInput::new(
267
&mut character_state.ability_points_input_state,
0 commit comments