Skip to content

Commit d3dcfdb

Browse files
committed
tweak wording
1 parent 730cfb8 commit d3dcfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/diagnostics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
$info['Metrics'] = \Rhubarb\RedisCache\Metrics::is_active() ? 'Enabled' : 'Disabled';
5959
$info['Metrics recorded'] = wp_json_encode( \Rhubarb\RedisCache\Metrics::count() );
6060

61-
$info['Filesystem'] = is_wp_error( $filesystem ) ? $filesystem->get_error_message() : 'Working';
61+
$info['Filesystem'] = is_wp_error( $filesystem ) ? $filesystem->get_error_message() : 'Writable';
6262

6363
if ( $dropin && ! $disabled ) {
6464
$info['Global Prefix'] = wp_json_encode( $wp_object_cache->global_prefix );

0 commit comments

Comments
 (0)