From f0de7320ec40efd3b5af36c26cd540855adfabc8 Mon Sep 17 00:00:00 2001 From: Michele Pozzi <123.mpozzi@gmail.com> Date: Mon, 7 Oct 2024 17:04:51 +0200 Subject: [PATCH] Simplify wording --- src/lockScreenControlConfig.ts | 2 +- src/playerConfig.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lockScreenControlConfig.ts b/src/lockScreenControlConfig.ts index cf44b91f..89a9831b 100644 --- a/src/lockScreenControlConfig.ts +++ b/src/lockScreenControlConfig.ts @@ -1,6 +1,6 @@ /** * Configures the lock screen information for the application. This information will be displayed - * wherever lock screen information typically appears, such as the lock screen + * wherever current media information typically appears, such as the lock screen * and inside the control center. */ export interface LockScreenControlConfig { diff --git a/src/playerConfig.ts b/src/playerConfig.ts index 84a5ecea..11e0e5b0 100644 --- a/src/playerConfig.ts +++ b/src/playerConfig.ts @@ -76,7 +76,7 @@ export interface PlayerConfig extends NativeInstanceConfig { networkConfig?: NetworkConfig; /** * Configures the lock screen information for the application. This information will be displayed - * wherever lock screen information typically appears, such as the lock screen + * wherever current media information typically appears, such as the lock screen * and inside the control center. */ lockScreenControlConfig?: LockScreenControlConfig;